Html Css Color HEX #AAAB86 Locust

📋 copy color: '#AAAB86'

red 170 ◦ green 171 ◦ blue 134

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

Shades of Locust #AAAB86

Tints of Locust #AAAB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.21%

R = 35.79%
G = 36%
B = 28.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AAAB86 (or 0xAAAB86) is known color: Locust. HEX triplet: AA, AB and 86. RGB value is (170,171,134). Sum of RGB (Red+Green+Blue) = 170+171+134=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB86 is #555479. Grayscale: #A6A6A6. Windows color (decimal): -5592186 or 8825770. OLE color: 8825770.

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

Color convert

RGB 170 171 134 -
CMYK 0.01 0 0.22 0.33
HSL 61.62º 0.18% 0.6% -
HSV(B) 61.62º 0.22% 0.67% -
XYZ 35.44 39.39 28.29 -
YUV 166.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 170 171 134 0.01 0 0.22 0.33 61.62 0.18 0.6
Hex AA AB 86 1 0 16 21 3E 12 3C
Octal 252 253 206 1 0 26 41 76 22 74
Binary 10101010 10101011 10000110 1 0 10110 100001 111110 10010 111100

Color Harmonies of #AAAB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB86

Black with #AAAB86

Text Example


Text Example

White with #AAAB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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