Html Css Color HEX #AAAB27 Earls Green

📋 copy color: '#AAAB27'

red 170 ◦ green 171 ◦ blue 39

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

Shades of Earls Green #AAAB27

Tints of Earls Green #AAAB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.26%

R = 44.74%
G = 45%
B = 10.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AAAB27 (or 0xAAAB27) is known color: Earls Green. HEX triplet: AA, AB and 27. RGB value is (170,171,39). Sum of RGB (Red+Green+Blue) = 170+171+39=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB27 is #5554D8. Grayscale: #9C9C9C. Windows color (decimal): -5592281 or 2599850. OLE color: 2599850.

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

Color convert

RGB 170 171 39 -
CMYK 0.01 0 0.77 0.33
HSL 60.45º 0.63% 0.41% -
HSV(B) 60.45º 0.77% 0.67% -
XYZ 31.51 37.82 7.56 -
YUV 155.65 62.17 138.23 -
System Red Green Blue C M Y K H S L
Decimal 170 171 39 0.01 0 0.77 0.33 60.45 0.63 0.41
Hex AA AB 27 1 0 4D 21 3C 3F 29
Octal 252 253 47 1 0 115 41 74 77 51
Binary 10101010 10101011 100111 1 0 1001101 100001 111100 111111 101001

Color Harmonies of #AAAB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB27

Black with #AAAB27

Text Example


Text Example

White with #AAAB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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