Html Css Color HEX #AAAB22 Earls Green

📋 copy color: '#AAAB22'

red 170 ◦ green 171 ◦ blue 34

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

Shades of Earls Green #AAAB22

Tints of Earls Green #AAAB22

RGB

 RED value IS 170 (66.8% from 255) = 45.33%

 GREEN value IS 171 (67.19% from 255) = 45.6%

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

R = 45.33%
G = 45.6%
B = 9.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AAAB22 (or 0xAAAB22) is known color: Earls Green. HEX triplet: AA, AB and 22. RGB value is (170,171,34). Sum of RGB (Red+Green+Blue) = 170+171+34=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB22 is #5554DD. Grayscale: #9B9B9B. Windows color (decimal): -5592286 or 2272170. OLE color: 2272170.

HSL color Cylindrical-coordinate representation of color #AAAB22: hue angle of 60.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAAB22 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 34 -
CMYK 0.01 0 0.80 0.33
HSL 60.44º 0.67% 0.4% -
HSV(B) 60.44º 0.8% 0.67% -
XYZ 31.43 37.79 7.15 -
YUV 155.08 59.67 138.64 -
System Red Green Blue C M Y K H S L
Decimal 170 171 34 0.01 0 0.80 0.33 60.44 0.67 0.4
Hex AA AB 22 1 0 50 21 3C 43 28
Octal 252 253 42 1 0 120 41 74 103 50
Binary 10101010 10101011 100010 1 0 1010000 100001 111100 1000011 101000

Color Harmonies of #AAAB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB22

Black with #AAAB22

Text Example


Text Example

White with #AAAB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB22; }

 p { color: rgb(170,171,34); }

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

background-color css

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

 a { background-color: rgb(170,171,34); }

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

border-color css

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

 span { border-color: rgb(170,171,34); }

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