#A5A593

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

Shades of Bud #A5A593

Tints of Bud #A5A593

Color information

#A5A593 (or 0xA5A593) is unknown color: approx Bud. HEX triplet: A5, A5 and 93. RGB value is (165,165,147). Sum of RGB (Red+Green+Blue) = 165+165+147=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A593 is #5A5A6C. Grayscale: #A3A3A3. Windows color (decimal): -5921389 or 9676197. OLE color: 9676197.

HSL color Cylindrical-coordinate representation of color #A5A593: hue angle of 60º degrees, saturation: 0.09, 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 #A5A593 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB165165147-
CMYK000.110.35
HSL60º9.09%61.18%-
HSV(B)60º10.91%64.71%-
XYZ34.2437.0232.94-
YUV162.95119129.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=34.59%
G=34.59%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165165147000.110.35609.0961.18
HexA5A59300B233c93d
Octal245245223001343741175
Binary1010010110100101100100110010111000111111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A593; }

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

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

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

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

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

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

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

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