#A5A693

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

Shades of Bud #A5A693

Tints of Bud #A5A693

Color information

#A5A693 (or 0xA5A693) is unknown color: approx Bud. HEX triplet: A5, A6 and 93. RGB value is (165,166,147). Sum of RGB (Red+Green+Blue) = 165+166+147=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A693 is #5A596C. Grayscale: #A3A3A3. Windows color (decimal): -5921133 or 9676453. OLE color: 9676453.

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

Color convert

RGB165166147-
CMYK0.0100.110.35
HSL63.16º9.64%61.37%-
HSV(B)63.16º11.45%65.1%-
XYZ34.4237.3833-
YUV163.54118.67129.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=34.52%
G=34.73%
B=30.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651661470.0100.110.3563.169.6461.37
HexA5A69310B233fa3d
Octal245246223101343771275
Binary1010010110100110100100111010111000111111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A693; }

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

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

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

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

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

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

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

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