Html Css Color HEX #AAB080 Locust

📋 copy color: '#AAB080'

red 170 ◦ green 176 ◦ blue 128

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

Shades of Locust #AAB080

Tints of Locust #AAB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

 BLUE value IS 128 (50.39% from 255) = 27%

R = 35.86%
G = 37.13%
B = 27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AAB080 (or 0xAAB080) is known color: Locust. HEX triplet: AA, B0 and 80. RGB value is (170,176,128). Sum of RGB (Red+Green+Blue) = 170+176+128=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB080 is #554F7F. Grayscale: #A8A8A8. Windows color (decimal): -5590912 or 8433834. OLE color: 8433834.

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

Color convert

RGB 170 176 128 -
CMYK 0.03 0 0.27 0.31
HSL 67.5º 0.23% 0.6% -
HSV(B) 67.5º 0.27% 0.69% -
XYZ 36 41.16 26.47 -
YUV 168.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 170 176 128 0.03 0 0.27 0.31 67.5 0.23 0.6
Hex AA B0 80 3 0 1B 1F 44 17 3C
Octal 252 260 200 3 0 33 37 104 27 74
Binary 10101010 10110000 10000000 11 0 11011 11111 1000100 10111 111100

Color Harmonies of #AAB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB080

Black with #AAB080

Text Example


Text Example

White with #AAB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB080; }

 p { color: rgb(170,176,128); }

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

background-color css

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

 a { background-color: rgb(170,176,128); }

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

border-color css

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

 span { border-color: rgb(170,176,128); }

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