Html Css Color HEX #AAA62B Earls Green

📋 copy color: '#AAA62B'

red 170 ◦ green 166 ◦ blue 43

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

Shades of Earls Green #AAA62B

Tints of Earls Green #AAA62B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

 BLUE value IS 43 (17.19% from 255) = 11.35%

R = 44.85%
G = 43.8%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AAA62B (or 0xAAA62B) is known color: Earls Green. HEX triplet: AA, A6 and 2B. RGB value is (170,166,43). Sum of RGB (Red+Green+Blue) = 170+166+43=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA62B is #5559D4. Grayscale: #999999. Windows color (decimal): -5593557 or 2860714. OLE color: 2860714.

HSL color Cylindrical-coordinate representation of color #AAA62B: hue angle of 58.11º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA62B is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 43 -
CMYK 0 0.02 0.75 0.33
HSL 58.11º 0.6% 0.42% -
HSV(B) 58.11º 0.75% 0.67% -
XYZ 30.65 35.99 7.62 -
YUV 153.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 170 166 43 0 0.02 0.75 0.33 58.11 0.6 0.42
Hex AA A6 2B 0 2 4B 21 3A 3C 2A
Octal 252 246 53 0 2 113 41 72 74 52
Binary 10101010 10100110 101011 0 10 1001011 100001 111010 111100 101010

Color Harmonies of #AAA62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA62B

Black with #AAA62B

Text Example


Text Example

White with #AAA62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA62B; }

 p { color: rgb(170,166,43); }

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

background-color css

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

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

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

border-color css

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

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

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