Html Css Color HEX #AAAB82 Locust

📋 copy color: '#AAAB82'

red 170 ◦ green 171 ◦ blue 130

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

Shades of Locust #AAAB82

Tints of Locust #AAAB82

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.31%

 BLUE value IS 130 (51.17% from 255) = 27.6%

R = 36.09%
G = 36.31%
B = 27.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AAAB82 (or 0xAAAB82) is known color: Locust. HEX triplet: AA, AB and 82. RGB value is (170,171,130). Sum of RGB (Red+Green+Blue) = 170+171+130=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB82 is #55547D. Grayscale: #A6A6A6. Windows color (decimal): -5592190 or 8563626. OLE color: 8563626.

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

Color convert

RGB 170 171 130 -
CMYK 0.01 0 0.24 0.33
HSL 61.46º 0.2% 0.59% -
HSV(B) 61.46º 0.24% 0.67% -
XYZ 35.17 39.28 26.85 -
YUV 166.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 170 171 130 0.01 0 0.24 0.33 61.46 0.2 0.59
Hex AA AB 82 1 0 18 21 3D 14 3B
Octal 252 253 202 1 0 30 41 75 24 73
Binary 10101010 10101011 10000010 1 0 11000 100001 111101 10100 111011

Color Harmonies of #AAAB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB82

Black with #AAAB82

Text Example


Text Example

White with #AAAB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB82; }

 p { color: rgb(170,171,130); }

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

background-color css

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

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

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

border-color css

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

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

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