Html Css Color HEX #AFA820 Earls Green

📋 copy color: '#AFA820'

red 175 ◦ green 168 ◦ blue 32

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

Shades of Earls Green #AFA820

Tints of Earls Green #AFA820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 46.67%
G = 44.8%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AFA820 (or 0xAFA820) is known color: Earls Green. HEX triplet: AF, A8 and 20. RGB value is (175,168,32). Sum of RGB (Red+Green+Blue) = 175+168+32=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA820 is #5057DF. Grayscale: #9B9B9B. Windows color (decimal): -5265376 or 2140335. OLE color: 2140335.

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

Color convert

RGB 175 168 32 -
CMYK 0 0.04 0.82 0.31
HSL 57.06º 0.69% 0.41% -
HSV(B) 57.06º 0.82% 0.69% -
XYZ 31.94 37.22 6.87 -
YUV 154.59 58.82 142.56 -
System Red Green Blue C M Y K H S L
Decimal 175 168 32 0 0.04 0.82 0.31 57.06 0.69 0.41
Hex AF A8 20 0 4 52 1F 39 45 29
Octal 257 250 40 0 4 122 37 71 105 51
Binary 10101111 10101000 100000 0 100 1010010 11111 111001 1000101 101001

Color Harmonies of #AFA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA820

Black with #AFA820

Text Example


Text Example

White with #AFA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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