#A4A495

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

Shades of Star Dust #A4A495

Tints of Star Dust #A4A495

Color information

#A4A495 (or 0xA4A495) is unknown color: approx Star Dust. HEX triplet: A4, A4 and 95. RGB value is (164,164,149). Sum of RGB (Red+Green+Blue) = 164+164+149=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A495 is #5B5B6A. Grayscale: #A2A2A2. Windows color (decimal): -5987179 or 9807012. OLE color: 9807012.

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

Color convert

RGB164164149-
CMYK000.090.36
HSL60º7.61%61.37%-
HSV(B)60º9.15%64.31%-
XYZ34.0136.6133.71-
YUV162.29120.5129.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=34.38%
G=34.38%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164149000.090.36607.6161.37
HexA4A495009243c83d
Octal244244225001144741075
Binary1010010010100100100101010010011001001111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A495; }

 p { color: rgb(164,164,149); }

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

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

 a { background-color: rgb(164,164,149); }

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

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

 span { border-color: rgb(164,164,149); }

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