#AFA32A

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

Shades of Earls Green #AFA32A

Tints of Earls Green #AFA32A

Color information

#AFA32A (or 0xAFA32A) is unknown color: approx Earls Green. HEX triplet: AF, A3 and 2A. RGB value is (175,163,42). Sum of RGB (Red+Green+Blue) = 175+163+42=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA32A is #505CD5. Grayscale: #999999. Windows color (decimal): -5266646 or 2794415. OLE color: 2794415.

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

Color convert

RGB17516342-
CMYK00.070.760.31
HSL54.59º61.29%42.55%-
HSV(B)54.59º76%68.63%-
XYZ31.1935.487.39-
YUV152.7965.48143.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 42 (16.80% from 255) = 11.05%
R=46.05%
G=42.89%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751634200.070.760.3154.5961.2942.55
HexAFA32A074C1F373d2b
Octal257243520711437677553
Binary10101111101000111010100111100110011111110111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA32A; }

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

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

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

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

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

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

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

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