#A5A698

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

Shades of Star Dust #A5A698

Tints of Star Dust #A5A698

Color information

#A5A698 (or 0xA5A698) is unknown color: approx Star Dust. HEX triplet: A5, A6 and 98. RGB value is (165,166,152). Sum of RGB (Red+Green+Blue) = 165+166+152=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A698 is #5A5967. Grayscale: #A4A4A4. Windows color (decimal): -5921128 or 10004133. OLE color: 10004133.

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

Color convert

RGB165166152-
CMYK0.0100.080.35
HSL64.29º7.29%62.35%-
HSV(B)64.29º8.43%65.1%-
XYZ34.8237.5435.12-
YUV164.1121.17128.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=34.16%
G=34.37%
B=31.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651661520.0100.080.3564.297.2962.35
HexA5A698108234073e
Octal245246230101043100776
Binary1010010110100110100110001010001000111000000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A698; }

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

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

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

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

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

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

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

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