Html Css Color HEX #AAAA1C Earls Green

📋 copy color: '#AAAA1C'

red 170 ◦ green 170 ◦ blue 28

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

Shades of Earls Green #AAAA1C

Tints of Earls Green #AAAA1C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.2%

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 46.2%
G = 46.2%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AAAA1C (or 0xAAAA1C) is known color: Earls Green. HEX triplet: AA, AA and 1C. RGB value is (170,170,28). Sum of RGB (Red+Green+Blue) = 170+170+28=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA1C is #5555E3. Grayscale: #9A9A9A. Windows color (decimal): -5592548 or 1878698. OLE color: 1878698.

HSL color Cylindrical-coordinate representation of color #AAAA1C: hue angle of 60º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAAA1C is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 28 -
CMYK 0 0 0.84 0.33
HSL 60º 0.72% 0.39% -
HSV(B) 60º 0.84% 0.67% -
XYZ 31.16 37.38 6.67 -
YUV 153.81 57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 170 170 28 0 0 0.84 0.33 60 0.72 0.39
Hex AA AA 1C 0 0 54 21 3C 48 27
Octal 252 252 34 0 0 124 41 74 110 47
Binary 10101010 10101010 11100 0 0 1010100 100001 111100 1001000 100111

Color Harmonies of #AAAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA1C

Black with #AAAA1C

Text Example


Text Example

White with #AAAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA1C; }

 p { color: rgb(170,170,28); }

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

background-color css

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

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

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

border-color css

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

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

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