#AFA02B

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

Shades of Earls Green #AFA02B

Tints of Earls Green #AFA02B

Color information

#AFA02B (or 0xAFA02B) is unknown color: approx Earls Green. HEX triplet: AF, A0 and 2B. RGB value is (175,160,43). Sum of RGB (Red+Green+Blue) = 175+160+43=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA02B is #505FD4. Grayscale: #979797. Windows color (decimal): -5267413 or 2859183. OLE color: 2859183.

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

Color convert

RGB17516043-
CMYK00.090.750.31
HSL53.18º60.55%42.75%-
HSV(B)53.18º75.43%68.63%-
XYZ30.6934.437.31-
YUV151.1566.97145.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 43 (17.19% from 255) = 11.38%
R=46.30%
G=42.33%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751604300.090.750.3153.1860.5542.75
HexAFA02B094B1F353d2b
Octal2572405301111337657553
Binary101011111010000010101101001100101111111110101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA02B; }

 p { color: rgb(175,160,43); }

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

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

 a { background-color: rgb(175,160,43); }

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

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

 span { border-color: rgb(175,160,43); }

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