Html Css Color HEX #AFA822 Earls Green

📋 copy color: '#AFA822'

red 175 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #AFA822

Tints of Earls Green #AFA822

RGB

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

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

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

R = 46.42%
G = 44.56%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AFA822 (or 0xAFA822) is known color: Earls Green. HEX triplet: AF, A8 and 22. RGB value is (175,168,34). Sum of RGB (Red+Green+Blue) = 175+168+34=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA822 is #5057DD. Grayscale: #9B9B9B. Windows color (decimal): -5265374 or 2271407. OLE color: 2271407.

HSL color Cylindrical-coordinate representation of color #AFA822: hue angle of 57.02º 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 #AFA822 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 34 -
CMYK 0 0.04 0.81 0.31
HSL 57.02º 0.67% 0.41% -
HSV(B) 57.02º 0.81% 0.69% -
XYZ 31.97 37.23 7.02 -
YUV 154.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 175 168 34 0 0.04 0.81 0.31 57.02 0.67 0.41
Hex AF A8 22 0 4 51 1F 39 43 29
Octal 257 250 42 0 4 121 37 71 103 51
Binary 10101111 10101000 100010 0 100 1010001 11111 111001 1000011 101001

Color Harmonies of #AFA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA822

Black with #AFA822

Text Example


Text Example

White with #AFA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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