Html Css Color HEX #AAB182 Locust

📋 copy color: '#AAB182'

red 170 ◦ green 177 ◦ blue 130

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

Shades of Locust #AAB182

Tints of Locust #AAB182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 35.64%
G = 37.11%
B = 27.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AAB182 (or 0xAAB182) is known color: Locust. HEX triplet: AA, B1 and 82. RGB value is (170,177,130). Sum of RGB (Red+Green+Blue) = 170+177+130=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB182 is #554E7D. Grayscale: #A9A9A9. Windows color (decimal): -5590654 or 8565162. OLE color: 8565162.

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

Color convert

RGB 170 177 130 -
CMYK 0.04 0 0.27 0.31
HSL 68.94º 0.23% 0.6% -
HSV(B) 68.94º 0.27% 0.69% -
XYZ 36.33 41.6 27.23 -
YUV 169.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 170 177 130 0.04 0 0.27 0.31 68.94 0.23 0.6
Hex AA B1 82 4 0 1B 1F 45 17 3C
Octal 252 261 202 4 0 33 37 105 27 74
Binary 10101010 10110001 10000010 100 0 11011 11111 1000101 10111 111100

Color Harmonies of #AAB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB182

Black with #AAB182

Text Example


Text Example

White with #AAB182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB182; }

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

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

background-color css

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

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

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

border-color css

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

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

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