Html Css Color HEX #AFA222 Earls Green

📋 copy color: '#AFA222'

red 175 ◦ green 162 ◦ blue 34

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

Shades of Earls Green #AFA222

Tints of Earls Green #AFA222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 47.17%
G = 43.67%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AFA222 (or 0xAFA222) is known color: Earls Green. HEX triplet: AF, A2 and 22. RGB value is (175,162,34). Sum of RGB (Red+Green+Blue) = 175+162+34=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA222 is #505DDD. Grayscale: #979797. Windows color (decimal): -5266910 or 2269871. OLE color: 2269871.

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

Color convert

RGB 175 162 34 -
CMYK 0 0.07 0.81 0.31
HSL 54.47º 0.67% 0.41% -
HSV(B) 54.47º 0.81% 0.69% -
XYZ 30.89 35.07 6.65 -
YUV 151.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 175 162 34 0 0.07 0.81 0.31 54.47 0.67 0.41
Hex AF A2 22 0 7 51 1F 36 43 29
Octal 257 242 42 0 7 121 37 66 103 51
Binary 10101111 10100010 100010 0 111 1010001 11111 110110 1000011 101001

Color Harmonies of #AFA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA222

Black with #AFA222

Text Example


Text Example

White with #AFA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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