Html Css Color HEX #AAAB7D Locust

📋 copy color: '#AAAB7D'

red 170 ◦ green 171 ◦ blue 125

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

Shades of Locust #AAAB7D

Tints of Locust #AAAB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 36.48%
G = 36.7%
B = 26.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AAAB7D (or 0xAAAB7D) is known color: Locust. HEX triplet: AA, AB and 7D. RGB value is (170,171,125). Sum of RGB (Red+Green+Blue) = 170+171+125=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB7D is #555482. Grayscale: #A5A5A5. Windows color (decimal): -5592195 or 8235946. OLE color: 8235946.

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

Color convert

RGB 170 171 125 -
CMYK 0.01 0 0.27 0.33
HSL 61.3º 0.21% 0.58% -
HSV(B) 61.3º 0.27% 0.67% -
XYZ 34.84 39.15 25.12 -
YUV 165.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 170 171 125 0.01 0 0.27 0.33 61.3 0.21 0.58
Hex AA AB 7D 1 0 1B 21 3D 15 3A
Octal 252 253 175 1 0 33 41 75 25 72
Binary 10101010 10101011 1111101 1 0 11011 100001 111101 10101 111010

Color Harmonies of #AAAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB7D

Black with #AAAB7D

Text Example


Text Example

White with #AAAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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