Html Css Color HEX #AAAB81 Locust

📋 copy color: '#AAAB81'

red 170 ◦ green 171 ◦ blue 129

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

Shades of Locust #AAAB81

Tints of Locust #AAAB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.45%

R = 36.17%
G = 36.38%
B = 27.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AAAB81 (or 0xAAAB81) is known color: Locust. HEX triplet: AA, AB and 81. RGB value is (170,171,129). Sum of RGB (Red+Green+Blue) = 170+171+129=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB81 is #55547E. Grayscale: #A6A6A6. Windows color (decimal): -5592191 or 8498090. OLE color: 8498090.

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

Color convert

RGB 170 171 129 -
CMYK 0.01 0 0.25 0.33
HSL 61.43º 0.2% 0.59% -
HSV(B) 61.43º 0.25% 0.67% -
XYZ 35.1 39.26 26.5 -
YUV 165.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 170 171 129 0.01 0 0.25 0.33 61.43 0.2 0.59
Hex AA AB 81 1 0 19 21 3D 14 3B
Octal 252 253 201 1 0 31 41 75 24 73
Binary 10101010 10101011 10000001 1 0 11001 100001 111101 10100 111011

Color Harmonies of #AAAB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB81

Black with #AAAB81

Text Example


Text Example

White with #AAAB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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