Html Css Color HEX #AAAB71 Locust

📋 copy color: '#AAAB71'

red 170 ◦ green 171 ◦ blue 113

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

Shades of Locust #AAAB71

Tints of Locust #AAAB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.89%

R = 37.44%
G = 37.67%
B = 24.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AAAB71 (or 0xAAAB71) is known color: Locust. HEX triplet: AA, AB and 71. RGB value is (170,171,113). Sum of RGB (Red+Green+Blue) = 170+171+113=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB71 is #55548E. Grayscale: #A4A4A4. Windows color (decimal): -5592207 or 7449514. OLE color: 7449514.

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

Color convert

RGB 170 171 113 -
CMYK 0.01 0 0.34 0.33
HSL 61.03º 0.26% 0.56% -
HSV(B) 61.03º 0.34% 0.67% -
XYZ 34.12 38.86 21.33 -
YUV 164.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 170 171 113 0.01 0 0.34 0.33 61.03 0.26 0.56
Hex AA AB 71 1 0 22 21 3D 1A 38
Octal 252 253 161 1 0 42 41 75 32 70
Binary 10101010 10101011 1110001 1 0 100010 100001 111101 11010 111000

Color Harmonies of #AAAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB71

Black with #AAAB71

Text Example


Text Example

White with #AAAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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