Html Css Color HEX #AAAC21 Earls Green

📋 copy color: '#AAAC21'

red 170 ◦ green 172 ◦ blue 33

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

Shades of Earls Green #AAAC21

Tints of Earls Green #AAAC21

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 45.33%
G = 45.87%
B = 8.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AAAC21 (or 0xAAAC21) is known color: Earls Green. HEX triplet: AA, AC and 21. RGB value is (170,172,33). Sum of RGB (Red+Green+Blue) = 170+172+33=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC21 is #5553DE. Grayscale: #9C9C9C. Windows color (decimal): -5592031 or 2206890. OLE color: 2206890.

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

Color convert

RGB 170 172 33 -
CMYK 0.01 0 0.81 0.33
HSL 60.86º 0.68% 0.4% -
HSV(B) 60.86º 0.81% 0.67% -
XYZ 31.6 38.16 7.14 -
YUV 155.56 58.84 138.3 -
System Red Green Blue C M Y K H S L
Decimal 170 172 33 0.01 0 0.81 0.33 60.86 0.68 0.4
Hex AA AC 21 1 0 51 21 3D 44 28
Octal 252 254 41 1 0 121 41 75 104 50
Binary 10101010 10101100 100001 1 0 1010001 100001 111101 1000100 101000

Color Harmonies of #AAAC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC21

Black with #AAAC21

Text Example


Text Example

White with #AAAC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC21; }

 p { color: rgb(170,172,33); }

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

background-color css

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

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

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

border-color css

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

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

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