#AAB189

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

Shades of Bud #AAB189

Tints of Bud #AAB189

Color information

#AAB189 (or 0xAAB189) is unknown color: approx Bud. HEX triplet: AA, B1 and 89. RGB value is (170,177,137). Sum of RGB (Red+Green+Blue) = 170+177+137=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB189 is #554E76. Grayscale: #AAAAAA. Windows color (decimal): -5590647 or 9023914. OLE color: 9023914.

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

Color convert

RGB170177137-
CMYK0.0400.230.31
HSL70.5º20.41%61.57%-
HSV(B)70.5º22.6%69.41%-
XYZ36.8241.829.79-
YUV170.35109.18127.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=35.12%
G=36.57%
B=28.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771370.0400.230.3170.520.4161.57
HexAAB18940171F46143e
Octal2522612114027371062476
Binary10101010101100011000100110001011111111100011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB189; }

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

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

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

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

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

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

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

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