#AAB388

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

Shades of Bud #AAB388

Tints of Bud #AAB388

Color information

#AAB388 (or 0xAAB388) is unknown color: approx Bud. HEX triplet: AA, B3 and 88. RGB value is (170,179,136). Sum of RGB (Red+Green+Blue) = 170+179+136=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB388 is #554C77. Grayscale: #ABABAB. Windows color (decimal): -5590136 or 8958890. OLE color: 8958890.

HSL color Cylindrical-coordinate representation of color #AAB388: hue angle of 72.56º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB388 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB170179136-
CMYK0.0500.240.30
HSL72.56º22.05%61.76%-
HSV(B)72.56º24.02%70.2%-
XYZ37.1442.5629.55-
YUV171.41108.02127-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=35.05%
G=36.91%
B=28.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791360.0500.240.3072.5622.0561.76
HexAAB38850181E49163e
Octal2522632105030361112676
Binary10101010101100111000100010101100011110100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB388; }

 p { color: rgb(170,179,136); }

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

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

 a { background-color: rgb(170,179,136); }

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

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

 span { border-color: rgb(170,179,136); }

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