Color Hex Logo

#afa243 Color Hex

#AFA243
(175,162,67)
0 Favorites   0 Comments

Color spaces of #afa243

RGB 17516267
HSL0.150.450.47
HSV53°62°69°
CMYK 0.000.070.62   0.31
XYZ31.612635.359910.4692
Yxy35.35990.40820.4566
Hunter Lab59.4642-9.167431.1864
CIE-Lab66.0279-7.142549.8023

#afa243 color RGB value is (175,162,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01000011
Octal 257 242 103
Decimal 175 162 67
Hex AF A2 43

RGB Percentages of Color #afa243

%43.32
%40.10
%16.58

CMYK Percentages of Color #afa243

%0
%7
%62
%31

Triadic Colors of #afa243

#afa243 #43afa2 #a243af

Analogous Colors of #afa243

#afa243 #86af43 #af6c43

Monochromatic Colors of #afa243

#afa243

Complementary Color

#afa243 #4350af

#afa243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa243 Color CSS Codes

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

#afa243 Text Font Color

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

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


#afa243 Background Color

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

This div background color is #afa243


#afa243 Border Color

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

This div border color is #afa243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa243


Comments

No comments written yet.

Please login to write comment.