#A5A690

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

Shades of Bud #A5A690

Tints of Bud #A5A690

Color information

#A5A690 (or 0xA5A690) is unknown color: approx Bud. HEX triplet: A5, A6 and 90. RGB value is (165,166,144). Sum of RGB (Red+Green+Blue) = 165+166+144=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A690 is #5A596F. Grayscale: #A3A3A3. Windows color (decimal): -5921136 or 9479845. OLE color: 9479845.

HSL color Cylindrical-coordinate representation of color #A5A690: hue angle of 62.73º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5A690 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB165166144-
CMYK0.0100.130.35
HSL62.73º11%60.78%-
HSV(B)62.73º13.25%65.1%-
XYZ34.1937.2931.78-
YUV163.19117.17129.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=34.74%
G=34.95%
B=30.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651661440.0100.130.3562.731160.78
HexA5A69010D233fb3d
Octal245246220101543771375
Binary1010010110100110100100001011011000111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A690; }

 p { color: rgb(165,166,144); }

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

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

 a { background-color: rgb(165,166,144); }

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

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

 span { border-color: rgb(165,166,144); }

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