#AAB18A

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

Shades of Bud #AAB18A

Tints of Bud #AAB18A

Color information

#AAB18A (or 0xAAB18A) is unknown color: approx Bud. HEX triplet: AA, B1 and 8A. RGB value is (170,177,138). Sum of RGB (Red+Green+Blue) = 170+177+138=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB18A is #554E75. Grayscale: #AAAAAA. Windows color (decimal): -5590646 or 9089450. OLE color: 9089450.

HSL color Cylindrical-coordinate representation of color #AAB18A: hue angle of 70.77º degrees, saturation: 0.2, 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 #AAB18A is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB170177138-
CMYK0.0400.220.31
HSL70.77º20%61.76%-
HSV(B)70.77º22.03%69.41%-
XYZ36.8941.8330.17-
YUV170.46109.68127.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=35.05%
G=36.49%
B=28.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771380.0400.220.3170.772061.76
HexAAB18A40161F47143e
Octal2522612124026371072476
Binary10101010101100011000101010001011011111100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB18A; }

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

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

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

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

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

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

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

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