#AAB18D

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

Shades of Bud #AAB18D

Tints of Bud #AAB18D

Color information

#AAB18D (or 0xAAB18D) is unknown color: approx Bud. HEX triplet: AA, B1 and 8D. RGB value is (170,177,141). Sum of RGB (Red+Green+Blue) = 170+177+141=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB18D is #554E72. Grayscale: #AAAAAA. Windows color (decimal): -5590643 or 9286058. OLE color: 9286058.

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

Color convert

RGB170177141-
CMYK0.0400.200.31
HSL71.67º18.75%62.35%-
HSV(B)71.67º20.34%69.41%-
XYZ37.1141.9131.33-
YUV170.8111.18127.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=34.84%
G=36.27%
B=28.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771410.0400.200.3171.6718.7562.35
HexAAB18D40141F48133e
Octal2522612154024371102376
Binary10101010101100011000110110001010011111100100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB18D; }

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

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

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

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

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

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

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

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