Html Css Color HEX #AAAB2F Earls Green

📋 copy color: '#AAAB2F'

red 170 ◦ green 171 ◦ blue 47

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

Shades of Earls Green #AAAB2F

Tints of Earls Green #AAAB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.11%

R = 43.81%
G = 44.07%
B = 12.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AAAB2F (or 0xAAAB2F) is known color: Earls Green. HEX triplet: AA, AB and 2F. RGB value is (170,171,47). Sum of RGB (Red+Green+Blue) = 170+171+47=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB2F is #5554D0. Grayscale: #9D9D9D. Windows color (decimal): -5592273 or 3124138. OLE color: 3124138.

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

Color convert

RGB 170 171 47 -
CMYK 0.01 0 0.73 0.33
HSL 60.48º 0.57% 0.43% -
HSV(B) 60.48º 0.73% 0.67% -
XYZ 31.65 37.88 8.33 -
YUV 156.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 170 171 47 0.01 0 0.73 0.33 60.48 0.57 0.43
Hex AA AB 2F 1 0 49 21 3C 39 2B
Octal 252 253 57 1 0 111 41 74 71 53
Binary 10101010 10101011 101111 1 0 1001001 100001 111100 111001 101011

Color Harmonies of #AAAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB2F

Black with #AAAB2F

Text Example


Text Example

White with #AAAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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