#AFA82A

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

Shades of Earls Green #AFA82A

Tints of Earls Green #AFA82A

Color information

#AFA82A (or 0xAFA82A) is unknown color: approx Earls Green. HEX triplet: AF, A8 and 2A. RGB value is (175,168,42). Sum of RGB (Red+Green+Blue) = 175+168+42=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA82A is #5057D5. Grayscale: #9C9C9C. Windows color (decimal): -5265366 or 2795695. OLE color: 2795695.

HSL color Cylindrical-coordinate representation of color #AFA82A: hue angle of 56.84º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFA82A is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17516842-
CMYK00.040.760.31
HSL56.84º61.29%42.55%-
HSV(B)56.84º76%68.63%-
XYZ32.137.297.7-
YUV155.7363.82141.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 168 (66.02% from 255) = 43.64%
BLUE value IS 42 (16.80% from 255) = 10.91%
R=45.45%
G=43.64%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751684200.040.760.3156.8461.2942.55
HexAFA82A044C1F393d2b
Octal257250520411437717553
Binary10101111101010001010100100100110011111111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA82A; }

 p { color: rgb(175,168,42); }

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

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

 a { background-color: rgb(175,168,42); }

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

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

 span { border-color: rgb(175,168,42); }

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