Html Css Color HEX #AAA82B Earls Green

📋 copy color: '#AAA82B'

red 170 ◦ green 168 ◦ blue 43

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

Shades of Earls Green #AAA82B

Tints of Earls Green #AAA82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.09%

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

R = 44.62%
G = 44.09%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AAA82B (or 0xAAA82B) is known color: Earls Green. HEX triplet: AA, A8 and 2B. RGB value is (170,168,43). Sum of RGB (Red+Green+Blue) = 170+168+43=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA82B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA82B is #5557D4. Grayscale: #9A9A9A. Windows color (decimal): -5593045 or 2861226. OLE color: 2861226.

HSL color Cylindrical-coordinate representation of color #AAA82B: hue angle of 59.06º 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 #AAA82B is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 43 -
CMYK 0 0.01 0.75 0.33
HSL 59.06º 0.6% 0.42% -
HSV(B) 59.06º 0.75% 0.67% -
XYZ 31.02 36.73 7.74 -
YUV 154.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 170 168 43 0 0.01 0.75 0.33 59.06 0.6 0.42
Hex AA A8 2B 0 1 4B 21 3B 3C 2A
Octal 252 250 53 0 1 113 41 73 74 52
Binary 10101010 10101000 101011 0 1 1001011 100001 111011 111100 101010

Color Harmonies of #AAA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA82B

Black with #AAA82B

Text Example


Text Example

White with #AAA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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