#AFA421

Color #AFA421 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #AFA421

Tints of Earls Green #AFA421

Color information

#AFA421 (or 0xAFA421) is unknown color: approx Earls Green. HEX triplet: AF, A4 and 21. RGB value is (175,164,33). Sum of RGB (Red+Green+Blue) = 175+164+33=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA421 is #505BDE. Grayscale: #989898. Windows color (decimal): -5266399 or 2204847. OLE color: 2204847.

HSL color Cylindrical-coordinate representation of color #AFA421: hue angle of 55.35º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFA421 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17516433-
CMYK00.060.810.31
HSL55.35º68.27%40.78%-
HSV(B)55.35º81.14%68.63%-
XYZ31.2335.776.7-
YUV152.3560.64144.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 33 (13.28% from 255) = 8.87%
R=47.04%
G=44.09%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751643300.060.810.3155.3568.2740.78
HexAFA42106511F374429
Octal2572444106121376710451
Binary101011111010010010000101101010001111111101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA421; }

 p { color: rgb(175,164,33); }

 H1.HeaderClassName
 {
   color: #AFA421;
 }
 .AnyTagClassName
 {
   color: #AFA421;
 }
</style>
background-color css

<style>
 a { background-color: #AFA421; }

 a { background-color: rgb(175,164,33); }

 div.DivClassName
 {
   background-color: #AFA421;
 }
 .BgClassName
 {
   background-color: #AFA421;
 }
</style>
border-color css

<style>
 span { border-color: #AFA421; }

 span { border-color: rgb(175,164,33); }

 td.TdClassName
 {
   border-color: #AFA421;
 }
 .TagClassName
 {
   border-color: #AFA421;
 }
</style>