#AFA321

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

Shades of Earls Green #AFA321

Tints of Earls Green #AFA321

Color information

#AFA321 (or 0xAFA321) is unknown color: approx Earls Green. HEX triplet: AF, A3 and 21. RGB value is (175,163,33). Sum of RGB (Red+Green+Blue) = 175+163+33=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA321 is #505CDE. Grayscale: #989898. Windows color (decimal): -5266655 or 2204591. OLE color: 2204591.

HSL color Cylindrical-coordinate representation of color #AFA321: hue angle of 54.93º 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 #AFA321 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17516333-
CMYK00.070.810.31
HSL54.93º68.27%40.78%-
HSV(B)54.93º81.14%68.63%-
XYZ31.0535.426.64-
YUV151.7760.98144.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 33 (13.28% from 255) = 8.89%
R=47.17%
G=43.94%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751633300.070.810.3154.9368.2740.78
HexAFA32107511F374429
Octal2572434107121376710451
Binary101011111010001110000101111010001111111101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA321; }

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

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

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

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

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

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

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

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