#A5A596

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

Shades of Star Dust #A5A596

Tints of Star Dust #A5A596

Color information

#A5A596 (or 0xA5A596) is unknown color: approx Star Dust. HEX triplet: A5, A5 and 96. RGB value is (165,165,150). Sum of RGB (Red+Green+Blue) = 165+165+150=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A596 is #5A5A69. Grayscale: #A3A3A3. Windows color (decimal): -5921386 or 9872805. OLE color: 9872805.

HSL color Cylindrical-coordinate representation of color #A5A596: hue angle of 60º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5A596 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB165165150-
CMYK000.090.35
HSL60º7.69%61.76%-
HSV(B)60º9.09%64.71%-
XYZ34.4837.1134.2-
YUV163.29120.5129.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=34.38%
G=34.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165165150000.090.35607.6961.76
HexA5A596009233c83e
Octal245245226001143741076
Binary1010010110100101100101100010011000111111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A596; }

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

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

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

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

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

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

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

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