#AAB18E

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

Shades of Bud #AAB18E

Tints of Bud #AAB18E

Color information

#AAB18E (or 0xAAB18E) is unknown color: approx Bud. HEX triplet: AA, B1 and 8E. RGB value is (170,177,142). Sum of RGB (Red+Green+Blue) = 170+177+142=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB18E is #554E71. Grayscale: #ABABAB. Windows color (decimal): -5590642 or 9351594. OLE color: 9351594.

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

Color convert

RGB170177142-
CMYK0.0400.200.31
HSL72º18.32%62.55%-
HSV(B)72º19.77%69.41%-
XYZ37.1841.9431.73-
YUV170.92111.68127.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=34.76%
G=36.20%
B=29.04%

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
Decimal1701771420.0400.200.317218.3262.55
HexAAB18E40141F48123f
Octal2522612164024371102277
Binary10101010101100011000111010001010011111100100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB18E; }

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

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

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

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

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

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

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

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