Html Css Color HEX #AAB179 Locust

📋 copy color: '#AAB179'

red 170 ◦ green 177 ◦ blue 121

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

Shades of Locust #AAB179

Tints of Locust #AAB179

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 36.32%
G = 37.82%
B = 25.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AAB179 (or 0xAAB179) is known color: Locust. HEX triplet: AA, B1 and 79. RGB value is (170,177,121). Sum of RGB (Red+Green+Blue) = 170+177+121=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB179 is #554E86. Grayscale: #A8A8A8. Windows color (decimal): -5590663 or 7975338. OLE color: 7975338.

HSL color Cylindrical-coordinate representation of color #AAB179: hue angle of 67.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB179 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 121 -
CMYK 0.04 0 0.32 0.31
HSL 67.5º 0.26% 0.58% -
HSV(B) 67.5º 0.32% 0.69% -
XYZ 35.75 41.37 24.19 -
YUV 168.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 170 177 121 0.04 0 0.32 0.31 67.5 0.26 0.58
Hex AA B1 79 4 0 20 1F 44 1A 3A
Octal 252 261 171 4 0 40 37 104 32 72
Binary 10101010 10110001 1111001 100 0 100000 11111 1000100 11010 111010

Color Harmonies of #AAB179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB179

Black with #AAB179

Text Example


Text Example

White with #AAB179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB179; }

 p { color: rgb(170,177,121); }

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

background-color css

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

 a { background-color: rgb(170,177,121); }

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

border-color css

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

 span { border-color: rgb(170,177,121); }

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