#AAB385

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

Shades of Bud #AAB385

Tints of Bud #AAB385

Color information

#AAB385 (or 0xAAB385) is unknown color: approx Bud. HEX triplet: AA, B3 and 85. RGB value is (170,179,133). Sum of RGB (Red+Green+Blue) = 170+179+133=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB385 is #554C7A. Grayscale: #ABABAB. Windows color (decimal): -5590139 or 8762282. OLE color: 8762282.

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

Color convert

RGB170179133-
CMYK0.0500.260.30
HSL71.74º23.23%61.18%-
HSV(B)71.74º25.7%70.2%-
XYZ36.9342.4828.44-
YUV171.06106.52127.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=35.27%
G=37.14%
B=27.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791330.0500.260.3071.7423.2361.18
HexAAB385501A1E48173d
Octal2522632055032361102775
Binary10101010101100111000010110101101011110100100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB385; }

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

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

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

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

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

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

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

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