Color Hex Logo

#af9c2e Color Hex

#AF9C2E
(175,156,46)
0 Favorites   0 Comments

Color spaces of #af9c2e

RGB 17515646
HSL0.140.580.43
HSV51°74°69°
CMYK 0.000.110.74   0.31
XYZ30.060833.08827.3870
Yxy33.08820.42620.4691
Hunter Lab57.5223-7.381232.6516
CIE-Lab64.2323-5.166456.7611

#af9c2e color RGB value is (175,156,46).

#af9c2e hex color red value is 175, green value is 156 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #af9c2e hue: 0.14 , saturation: 0.58 and the lightness value of af9c2e is 0.43.

The process color (four color CMYK) of #af9c2e color hex is 0.00, 0.11, 0.74, 0.31. Web safe color of #af9c2e is #999933. Color #af9c2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011100 00101110
Octal 257 234 56
Decimal 175 156 46
Hex AF 9C 2E

RGB Percentages of Color #af9c2e

%46.42
%41.38
%12.20

CMYK Percentages of Color #af9c2e

%0
%11
%74
%31

Triadic Colors of #af9c2e

#af9c2e #2eaf9c #9c2eaf

Analogous Colors of #af9c2e

#af9c2e #82af2e #af5c2e

Monochromatic Colors of #af9c2e

#af9c2e

Complementary Color

#af9c2e #2e41af

#af9c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9c2e Color CSS Codes

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

#af9c2e Text Font Color

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

This sample text font color is #af9c2e
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.


#af9c2e Background Color

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

This div background color is #af9c2e


#af9c2e Border Color

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

This div border color is #af9c2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9c2e


Comments

No comments written yet.

Please login to write comment.