Html Css Color HEX #AFA816 Earls Green

📋 copy color: '#AFA816'

red 175 ◦ green 168 ◦ blue 22

#AFA816
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AFA816

Tints of Earls Green #AFA816

RGB

 RED value IS 175 (68.75% from 255) = 47.95%

 GREEN value IS 168 (66.02% from 255) = 46.03%

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 47.95%
G = 46.03%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AFA816 (or 0xAFA816) is known color: Earls Green. HEX triplet: AF, A8 and 16. RGB value is (175,168,22). Sum of RGB (Red+Green+Blue) = 175+168+22=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA816 is #5057E9. Grayscale: #9A9A9A. Windows color (decimal): -5265386 or 1484975. OLE color: 1484975.

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

Color convert

RGB 175 168 22 -
CMYK 0 0.04 0.87 0.31
HSL 57.25º 0.78% 0.39% -
HSV(B) 57.25º 0.87% 0.69% -
XYZ 31.83 37.18 6.26 -
YUV 153.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 175 168 22 0 0.04 0.87 0.31 57.25 0.78 0.39
Hex AF A8 16 0 4 57 1F 39 4E 27
Octal 257 250 26 0 4 127 37 71 116 47
Binary 10101111 10101000 10110 0 100 1010111 11111 111001 1001110 100111

Color Harmonies of #AFA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA816

Black with #AFA816

Text Example


Text Example

White with #AFA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA816; }

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

 H1.HeaderClassName
 {
   color: #AFA816;
 }
 .AnyTagClassName
 {
   color: #AFA816;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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