Color Hex Logo

#afa244 Color Hex

#AFA244
(175,162,68)
0 Favorites   0 Comments

Color spaces of #afa244

RGB 17516268
HSL0.150.440.48
HSV53°61°69°
CMYK 0.000.070.61   0.31
XYZ31.642935.372010.6286
Yxy35.37200.40750.4556
Hunter Lab59.4744-9.110531.0364
CIE-Lab66.0373-7.072249.3558

#afa244 color RGB value is (175,162,68).

#afa244 hex color red value is 175, green value is 162 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #afa244 hue: 0.15 , saturation: 0.44 and the lightness value of afa244 is 0.48.

The process color (four color CMYK) of #afa244 color hex is 0.00, 0.07, 0.61, 0.31. Web safe color of #afa244 is #999933. Color #afa244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01000100
Octal 257 242 104
Decimal 175 162 68
Hex AF A2 44

RGB Percentages of Color #afa244

%43.21
%40.00
%16.79

CMYK Percentages of Color #afa244

%0
%7
%61
%31

Triadic Colors of #afa244

#afa244 #44afa2 #a244af

Analogous Colors of #afa244

#afa244 #87af44 #af6d44

Monochromatic Colors of #afa244

#afa244

Complementary Color

#afa244 #4451af

#afa244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa244 Color CSS Codes

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

#afa244 Text Font Color

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

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


#afa244 Background Color

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

This div background color is #afa244


#afa244 Border Color

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

This div border color is #afa244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa244


Comments

No comments written yet.

Please login to write comment.