Html Css Color HEX #AAAB1F Earls Green

📋 copy color: '#AAAB1F'

red 170 ◦ green 171 ◦ blue 31

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

Shades of Earls Green #AAAB1F

Tints of Earls Green #AAAB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.33%

R = 45.7%
G = 45.97%
B = 8.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AAAB1F (or 0xAAAB1F) is known color: Earls Green. HEX triplet: AA, AB and 1F. RGB value is (170,171,31). Sum of RGB (Red+Green+Blue) = 170+171+31=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB1F is #5554E0. Grayscale: #9B9B9B. Windows color (decimal): -5592289 or 2075562. OLE color: 2075562.

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

Color convert

RGB 170 171 31 -
CMYK 0.01 0 0.82 0.33
HSL 60.43º 0.69% 0.4% -
HSV(B) 60.43º 0.82% 0.67% -
XYZ 31.39 37.77 6.93 -
YUV 154.74 58.17 138.88 -
System Red Green Blue C M Y K H S L
Decimal 170 171 31 0.01 0 0.82 0.33 60.43 0.69 0.4
Hex AA AB 1F 1 0 52 21 3C 45 28
Octal 252 253 37 1 0 122 41 74 105 50
Binary 10101010 10101011 11111 1 0 1010010 100001 111100 1000101 101000

Color Harmonies of #AAAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB1F

Black with #AAAB1F

Text Example


Text Example

White with #AAAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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