Html Css Color HEX #AAB178 Locust

📋 copy color: '#AAB178'

red 170 ◦ green 177 ◦ blue 120

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

Shades of Locust #AAB178

Tints of Locust #AAB178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 36.4%
G = 37.9%
B = 25.7%

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

#AAB178 (or 0xAAB178) is known color: Locust. HEX triplet: AA, B1 and 78. RGB value is (170,177,120). Sum of RGB (Red+Green+Blue) = 170+177+120=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB178 is #554E87. Grayscale: #A8A8A8. Windows color (decimal): -5590664 or 7909802. OLE color: 7909802.

HSL color Cylindrical-coordinate representation of color #AAB178: hue angle of 67.37º degrees, saturation: 0.27, 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 #AAB178 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 120 -
CMYK 0.04 0 0.32 0.31
HSL 67.37º 0.27% 0.58% -
HSV(B) 67.37º 0.32% 0.69% -
XYZ 35.69 41.35 23.87 -
YUV 168.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 170 177 120 0.04 0 0.32 0.31 67.37 0.27 0.58
Hex AA B1 78 4 0 20 1F 43 1B 3A
Octal 252 261 170 4 0 40 37 103 33 72
Binary 10101010 10110001 1111000 100 0 100000 11111 1000011 11011 111010

Color Harmonies of #AAB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB178

Black with #AAB178

Text Example


Text Example

White with #AAB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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