Html Css Color HEX #AAB172 Locust

📋 copy color: '#AAB172'

red 170 ◦ green 177 ◦ blue 114

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

Shades of Locust #AAB172

Tints of Locust #AAB172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 36.88%
G = 38.39%
B = 24.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AAB172 (or 0xAAB172) is known color: Locust. HEX triplet: AA, B1 and 72. RGB value is (170,177,114). Sum of RGB (Red+Green+Blue) = 170+177+114=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB172 is #554E8D. Grayscale: #A7A7A7. Windows color (decimal): -5590670 or 7516586. OLE color: 7516586.

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

Color convert

RGB 170 177 114 -
CMYK 0.04 0 0.36 0.31
HSL 66.67º 0.29% 0.57% -
HSV(B) 66.67º 0.36% 0.69% -
XYZ 35.34 41.21 22.01 -
YUV 167.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 170 177 114 0.04 0 0.36 0.31 66.67 0.29 0.57
Hex AA B1 72 4 0 24 1F 43 1D 39
Octal 252 261 162 4 0 44 37 103 35 71
Binary 10101010 10110001 1110010 100 0 100100 11111 1000011 11101 111001

Color Harmonies of #AAB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB172

Black with #AAB172

Text Example


Text Example

White with #AAB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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