#AFA631

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

Shades of Earls Green #AFA631

Tints of Earls Green #AFA631

Color information

#AFA631 (or 0xAFA631) is unknown color: approx Earls Green. HEX triplet: AF, A6 and 31. RGB value is (175,166,49). Sum of RGB (Red+Green+Blue) = 175+166+49=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA631 is #5059CE. Grayscale: #9B9B9B. Windows color (decimal): -5265871 or 3253935. OLE color: 3253935.

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

Color convert

RGB17516649-
CMYK00.050.720.31
HSL55.71º56.25%43.92%-
HSV(B)55.71º72%68.63%-
XYZ31.8736.618.29-
YUV155.3567.98142.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 166 (65.23% from 255) = 42.56%
BLUE value IS 49 (19.53% from 255) = 12.56%
R=44.87%
G=42.56%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751664900.050.720.3155.7156.2543.92
HexAFA63105481F38382c
Octal257246610511037707054
Binary10101111101001101100010101100100011111111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA631; }

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

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

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

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

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

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

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

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