#AAB08A

Color #AAB08A Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #AAB08A

Tints of Bud #AAB08A

Color information

#AAB08A (or 0xAAB08A) is unknown color: approx Bud. HEX triplet: AA, B0 and 8A. RGB value is (170,176,138). Sum of RGB (Red+Green+Blue) = 170+176+138=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB08A is #554F75. Grayscale: #AAAAAA. Windows color (decimal): -5590902 or 9089194. OLE color: 9089194.

HSL color Cylindrical-coordinate representation of color #AAB08A: hue angle of 69.47º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB08A is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB170176138-
CMYK0.0300.220.31
HSL69.47º19.39%61.57%-
HSV(B)69.47º21.59%69.02%-
XYZ36.6941.4330.11-
YUV169.87110.01128.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=35.12%
G=36.36%
B=28.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761380.0300.220.3169.4719.3961.57
HexAAB08A30161F45133e
Octal2522602123026371052376
Binary1010101010110000100010101101011011111100010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB08A; }

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

 H1.HeaderClassName
 {
   color: #AAB08A;
 }
 .AnyTagClassName
 {
   color: #AAB08A;
 }
</style>
background-color css

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

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

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

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

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

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