Html Css Color HEX #AFA22C Earls Green

📋 copy color: '#AFA22C'

red 175 ◦ green 162 ◦ blue 44

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

Shades of Earls Green #AFA22C

Tints of Earls Green #AFA22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.55%

R = 45.93%
G = 42.52%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AFA22C (or 0xAFA22C) is known color: Earls Green. HEX triplet: AF, A2 and 2C. RGB value is (175,162,44). Sum of RGB (Red+Green+Blue) = 175+162+44=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA22C is #505DD3. Grayscale: #989898. Windows color (decimal): -5266900 or 2925231. OLE color: 2925231.

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

Color convert

RGB 175 162 44 -
CMYK 0 0.07 0.75 0.31
HSL 54.05º 0.6% 0.43% -
HSV(B) 54.05º 0.75% 0.69% -
XYZ 31.05 35.14 7.53 -
YUV 152.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 175 162 44 0 0.07 0.75 0.31 54.05 0.6 0.43
Hex AF A2 2C 0 7 4B 1F 36 3C 2B
Octal 257 242 54 0 7 113 37 66 74 53
Binary 10101111 10100010 101100 0 111 1001011 11111 110110 111100 101011

Color Harmonies of #AFA22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA22C

Black with #AFA22C

Text Example


Text Example

White with #AFA22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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