#AAB08D

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

Shades of Bud #AAB08D

Tints of Bud #AAB08D

Color information

#AAB08D (or 0xAAB08D) is unknown color: approx Bud. HEX triplet: AA, B0 and 8D. RGB value is (170,176,141). Sum of RGB (Red+Green+Blue) = 170+176+141=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB08D is #554F72. Grayscale: #AAAAAA. Windows color (decimal): -5590899 or 9285802. OLE color: 9285802.

HSL color Cylindrical-coordinate representation of color #AAB08D: hue angle of 70.29º degrees, saturation: 0.18, 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 #AAB08D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB170176141-
CMYK0.0300.200.31
HSL70.29º18.13%62.16%-
HSV(B)70.29º19.89%69.02%-
XYZ36.9141.5231.27-
YUV170.22111.51127.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=34.91%
G=36.14%
B=28.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761410.0300.200.3170.2918.1362.16
HexAAB08D30141F46123e
Octal2522602153024371062276
Binary1010101010110000100011011101010011111100011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB08D; }

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

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

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

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

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

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

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

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