Html Css Color HEX #A5A699 Star Dust

📋 copy color: '#A5A699'

red 165 ◦ green 166 ◦ blue 153

#A5A699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #A5A699

Tints of Star Dust #A5A699

RGB

 RED value IS 165 (64.84% from 255) = 34.09%

 GREEN value IS 166 (65.23% from 255) = 34.3%

 BLUE value IS 153 (60.16% from 255) = 31.61%

R = 34.09%
G = 34.3%
B = 31.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A5A699 (or 0xA5A699) is known color: Star Dust. HEX triplet: A5, A6 and 99. RGB value is (165,166,153). Sum of RGB (Red+Green+Blue) = 165+166+153=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A699 is #5A5966. Grayscale: #A4A4A4. Windows color (decimal): -5921127 or 10069669. OLE color: 10069669.

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

Color convert

RGB 165 166 153 -
CMYK 0.01 0 0.08 0.35
HSL 64.62º 0.07% 0.63% -
HSV(B) 64.62º 0.08% 0.65% -
XYZ 34.9 37.57 35.55 -
YUV 164.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 165 166 153 0.01 0 0.08 0.35 64.62 0.07 0.63
Hex A5 A6 99 1 0 8 23 41 7 3F
Octal 245 246 231 1 0 10 43 101 7 77
Binary 10100101 10100110 10011001 1 0 1000 100011 1000001 111 111111

Color Harmonies of #A5A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A699

Black with #A5A699

Text Example


Text Example

White with #A5A699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A699; }

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

 H1.HeaderClassName
 {
   color: #A5A699;
 }
 .AnyTagClassName
 {
   color: #A5A699;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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