Html Css Color HEX #AAB183 Locust

📋 copy color: '#AAB183'

red 170 ◦ green 177 ◦ blue 131

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

Shades of Locust #AAB183

Tints of Locust #AAB183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.41%

R = 35.56%
G = 37.03%
B = 27.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AAB183 (or 0xAAB183) is known color: Locust. HEX triplet: AA, B1 and 83. RGB value is (170,177,131). Sum of RGB (Red+Green+Blue) = 170+177+131=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB183 is #554E7C. Grayscale: #A9A9A9. Windows color (decimal): -5590653 or 8630698. OLE color: 8630698.

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

Color convert

RGB 170 177 131 -
CMYK 0.04 0 0.26 0.31
HSL 69.13º 0.23% 0.6% -
HSV(B) 69.13º 0.26% 0.69% -
XYZ 36.4 41.63 27.59 -
YUV 169.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 170 177 131 0.04 0 0.26 0.31 69.13 0.23 0.6
Hex AA B1 83 4 0 1A 1F 45 17 3C
Octal 252 261 203 4 0 32 37 105 27 74
Binary 10101010 10110001 10000011 100 0 11010 11111 1000101 10111 111100

Color Harmonies of #AAB183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB183

Black with #AAB183

Text Example


Text Example

White with #AAB183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB183; }

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

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

background-color css

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

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

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

border-color css

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

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

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