#AFA62E

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

Shades of Earls Green #AFA62E

Tints of Earls Green #AFA62E

Color information

#AFA62E (or 0xAFA62E) is unknown color: approx Earls Green. HEX triplet: AF, A6 and 2E. RGB value is (175,166,46). Sum of RGB (Red+Green+Blue) = 175+166+46=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA62E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA62E is #5059D1. Grayscale: #9B9B9B. Windows color (decimal): -5265874 or 3057327. OLE color: 3057327.

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

Color convert

RGB17516646-
CMYK00.050.740.31
HSL55.81º58.37%43.33%-
HSV(B)55.81º73.71%68.63%-
XYZ31.8136.587.97-
YUV155.0166.48142.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=45.22%
G=42.89%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751664600.050.740.3155.8158.3743.33
HexAFA62E054A1F383a2b
Octal257246560511237707253
Binary10101111101001101011100101100101011111111000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA62E; }

 p { color: rgb(175,166,46); }

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

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

 a { background-color: rgb(175,166,46); }

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

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

 span { border-color: rgb(175,166,46); }

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