Color Hex Logo

#af6126 Color Hex

#AF6126
(175,97,38)
0 Favorites   0 Comments

Color spaces of #af6126

RGB 1759738
HSL0.070.640.42
HSV26°78°69°
CMYK 0.000.450.78   0.31
XYZ22.303717.80334.0946
Yxy17.80330.50460.4028
Hunter Lab42.194020.515623.7821
CIE-Lab49.256727.122645.5055

#af6126 color RGB value is (175,97,38).

#af6126 hex color red value is 175, green value is 97 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #af6126 hue: 0.07 , saturation: 0.64 and the lightness value of af6126 is 0.42.

The process color (four color CMYK) of #af6126 color hex is 0.00, 0.45, 0.78, 0.31. Web safe color of #af6126 is #996633. Color #af6126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100001 00100110
Octal 257 141 46
Decimal 175 97 38
Hex AF 61 26

RGB Percentages of Color #af6126

%56.45
%31.29
%12.26

CMYK Percentages of Color #af6126

%0
%45
%78
%31

Triadic Colors of #af6126

#af6126 #26af61 #6126af

Analogous Colors of #af6126

#af6126 #afa626 #af2630

Monochromatic Colors of #af6126

#af6126

Complementary Color

#af6126 #2674af

#af6126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6126 Color CSS Codes

.mybgcolor {background-color:#af6126; } 
.myforecolor {color:#af6126; }
.mybordercolor {border:3px solid #af6126; }

#af6126 Text Font Color

<p style="color:#af6126">Text here</p>

This sample text font color is #af6126
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af6126 Background Color

<div style="background-color:#af6126">
Div content here</div>

This div background color is #af6126


#af6126 Border Color

<div style="border:3px solid #af6126">
Div here</div>

This div border color is #af6126


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,97,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af6126; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af6126;
  -webkit-box-shadow: 1px 1px 3px 2px #af6126;
  box-shadow:         1px 1px 3px 2px #af6126; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,97,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af6126">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af6126;
  -webkit-box-shadow: 1px 1px 3px 2px #af6126;
  box-shadow:         1px 1px 3px 2px #af6126;">
Div content here</div>

This div box has shadow with color #af6126


Comments

No comments written yet.

Please login to write comment.