Html Css Color HEX #AAAB19 Earls Green

📋 copy color: '#AAAB19'

red 170 ◦ green 171 ◦ blue 25

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

Shades of Earls Green #AAAB19

Tints of Earls Green #AAAB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.83%

R = 46.45%
G = 46.72%
B = 6.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AAAB19 (or 0xAAAB19) is known color: Earls Green. HEX triplet: AA, AB and 19. RGB value is (170,171,25). Sum of RGB (Red+Green+Blue) = 170+171+25=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB19 is #5554E6. Grayscale: #9A9A9A. Windows color (decimal): -5592295 or 1682346. OLE color: 1682346.

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

Color convert

RGB 170 171 25 -
CMYK 0.01 0 0.85 0.33
HSL 60.41º 0.74% 0.38% -
HSV(B) 60.41º 0.85% 0.67% -
XYZ 31.32 37.74 6.55 -
YUV 154.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 170 171 25 0.01 0 0.85 0.33 60.41 0.74 0.38
Hex AA AB 19 1 0 55 21 3C 4A 26
Octal 252 253 31 1 0 125 41 74 112 46
Binary 10101010 10101011 11001 1 0 1010101 100001 111100 1001010 100110

Color Harmonies of #AAAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB19

Black with #AAAB19

Text Example


Text Example

White with #AAAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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