#A4A798

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

Shades of Star Dust #A4A798

Tints of Star Dust #A4A798

Color information

#A4A798 (or 0xA4A798) is unknown color: approx Star Dust. HEX triplet: A4, A7 and 98. RGB value is (164,167,152). Sum of RGB (Red+Green+Blue) = 164+167+152=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A798 is #5B5867. Grayscale: #A4A4A4. Windows color (decimal): -5986408 or 10004388. OLE color: 10004388.

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

Color convert

RGB164167152-
CMYK0.0200.090.35
HSL72º7.85%62.55%-
HSV(B)72º8.98%65.49%-
XYZ34.837.835.17-
YUV164.39121.01127.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=33.95%
G=34.58%
B=31.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641671520.0200.090.35727.8562.55
HexA4A798209234883f
Octal2442472302011431101077
Binary101001001010011110011000100100110001110010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A798; }

 p { color: rgb(164,167,152); }

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

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

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

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

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

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

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