Html Css Color HEX #AFA224 Earls Green

📋 copy color: '#AFA224'

red 175 ◦ green 162 ◦ blue 36

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

Shades of Earls Green #AFA224

Tints of Earls Green #AFA224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 46.92%
G = 43.43%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AFA224 (or 0xAFA224) is known color: Earls Green. HEX triplet: AF, A2 and 24. RGB value is (175,162,36). Sum of RGB (Red+Green+Blue) = 175+162+36=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA224 is #505DDB. Grayscale: #989898. Windows color (decimal): -5266908 or 2400943. OLE color: 2400943.

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

Color convert

RGB 175 162 36 -
CMYK 0 0.07 0.79 0.31
HSL 54.39º 0.66% 0.41% -
HSV(B) 54.39º 0.79% 0.69% -
XYZ 30.92 35.08 6.81 -
YUV 151.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 175 162 36 0 0.07 0.79 0.31 54.39 0.66 0.41
Hex AF A2 24 0 7 4F 1F 36 42 29
Octal 257 242 44 0 7 117 37 66 102 51
Binary 10101111 10100010 100100 0 111 1001111 11111 110110 1000010 101001

Color Harmonies of #AFA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA224

Black with #AFA224

Text Example


Text Example

White with #AFA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA224; }

 p { color: rgb(175,162,36); }

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

background-color css

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

 a { background-color: rgb(175,162,36); }

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

border-color css

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

 span { border-color: rgb(175,162,36); }

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