Html Css Color HEX #AAAB7C Locust

📋 copy color: '#AAAB7C'

red 170 ◦ green 171 ◦ blue 124

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

Shades of Locust #AAAB7C

Tints of Locust #AAAB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 36.56%
G = 36.77%
B = 26.67%

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

#AAAB7C (or 0xAAAB7C) is known color: Locust. HEX triplet: AA, AB and 7C. RGB value is (170,171,124). Sum of RGB (Red+Green+Blue) = 170+171+124=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB7C is #555483. Grayscale: #A5A5A5. Windows color (decimal): -5592196 or 8170410. OLE color: 8170410.

HSL color Cylindrical-coordinate representation of color #AAAB7C: hue angle of 61.28º degrees, saturation: 0.22, 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 #AAAB7C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 124 -
CMYK 0.01 0 0.27 0.33
HSL 61.28º 0.22% 0.58% -
HSV(B) 61.28º 0.27% 0.67% -
XYZ 34.78 39.13 24.79 -
YUV 165.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 170 171 124 0.01 0 0.27 0.33 61.28 0.22 0.58
Hex AA AB 7C 1 0 1B 21 3D 16 3A
Octal 252 253 174 1 0 33 41 75 26 72
Binary 10101010 10101011 1111100 1 0 11011 100001 111101 10110 111010

Color Harmonies of #AAAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB7C

Black with #AAAB7C

Text Example


Text Example

White with #AAAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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