Html Css Color HEX #AAAB83 Locust

📋 copy color: '#AAAB83'

red 170 ◦ green 171 ◦ blue 131

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

Shades of Locust #AAAB83

Tints of Locust #AAAB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.75%

R = 36.02%
G = 36.23%
B = 27.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AAAB83 (or 0xAAAB83) is known color: Locust. HEX triplet: AA, AB and 83. RGB value is (170,171,131). Sum of RGB (Red+Green+Blue) = 170+171+131=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB83 is #55547C. Grayscale: #A6A6A6. Windows color (decimal): -5592189 or 8629162. OLE color: 8629162.

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

Color convert

RGB 170 171 131 -
CMYK 0.01 0 0.23 0.33
HSL 61.5º 0.19% 0.59% -
HSV(B) 61.5º 0.23% 0.67% -
XYZ 35.24 39.31 27.2 -
YUV 166.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 170 171 131 0.01 0 0.23 0.33 61.5 0.19 0.59
Hex AA AB 83 1 0 17 21 3E 13 3B
Octal 252 253 203 1 0 27 41 76 23 73
Binary 10101010 10101011 10000011 1 0 10111 100001 111110 10011 111011

Color Harmonies of #AAAB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB83

Black with #AAAB83

Text Example


Text Example

White with #AAAB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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