#A5A79B

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

Shades of Star Dust #A5A79B

Tints of Star Dust #A5A79B

Color information

#A5A79B (or 0xA5A79B) is unknown color: approx Star Dust. HEX triplet: A5, A7 and 9B. RGB value is (165,167,155). Sum of RGB (Red+Green+Blue) = 165+167+155=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A79B is #5A5864. Grayscale: #A5A5A5. Windows color (decimal): -5920869 or 10200997. OLE color: 10200997.

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

Color convert

RGB165167155-
CMYK0.0100.070.35
HSL70º6.38%63.14%-
HSV(B)70º7.19%65.49%-
XYZ35.253836.49-
YUV165.03122.34127.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=33.88%
G=34.29%
B=31.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651671550.0100.070.35706.3863.14
HexA5A79B107234663f
Octal24524723310743106677
Binary101001011010011110011011101111000111000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A79B; }

 p { color: rgb(165,167,155); }

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

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

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

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

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

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

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