Html Css Color HEX #AAAA1D Earls Green

📋 copy color: '#AAAA1D'

red 170 ◦ green 170 ◦ blue 29

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

Shades of Earls Green #AAAA1D

Tints of Earls Green #AAAA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.86%

R = 46.07%
G = 46.07%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AAAA1D (or 0xAAAA1D) is known color: Earls Green. HEX triplet: AA, AA and 1D. RGB value is (170,170,29). Sum of RGB (Red+Green+Blue) = 170+170+29=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA1D is #5555E2. Grayscale: #9A9A9A. Windows color (decimal): -5592547 or 1944234. OLE color: 1944234.

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

Color convert

RGB 170 170 29 -
CMYK 0 0 0.83 0.33
HSL 60º 0.71% 0.39% -
HSV(B) 60º 0.83% 0.67% -
XYZ 31.17 37.38 6.74 -
YUV 153.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 170 170 29 0 0 0.83 0.33 60 0.71 0.39
Hex AA AA 1D 0 0 53 21 3C 47 27
Octal 252 252 35 0 0 123 41 74 107 47
Binary 10101010 10101010 11101 0 0 1010011 100001 111100 1000111 100111

Color Harmonies of #AAAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA1D

Black with #AAAA1D

Text Example


Text Example

White with #AAAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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