#AFA721

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

Shades of Earls Green #AFA721

Tints of Earls Green #AFA721

Color information

#AFA721 (or 0xAFA721) is unknown color: approx Earls Green. HEX triplet: AF, A7 and 21. RGB value is (175,167,33). Sum of RGB (Red+Green+Blue) = 175+167+33=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA721 is #5058DE. Grayscale: #9A9A9A. Windows color (decimal): -5265631 or 2205615. OLE color: 2205615.

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

Color convert

RGB17516733-
CMYK00.050.810.31
HSL56.62º68.27%40.78%-
HSV(B)56.62º81.14%68.63%-
XYZ31.7736.866.88-
YUV154.1259.65142.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 167 (65.62% from 255) = 44.53%
BLUE value IS 33 (13.28% from 255) = 8.8%
R=46.67%
G=44.53%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751673300.050.810.3156.6268.2740.78
HexAFA72105511F394429
Octal2572474105121377110451
Binary101011111010011110000101011010001111111110011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA721; }

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

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

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

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

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

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

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

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