Html Css Color HEX #A5A69F Star Dust

📋 copy color: '#A5A69F'

red 165 ◦ green 166 ◦ blue 159

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

Shades of Star Dust #A5A69F

Tints of Star Dust #A5A69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.45%

R = 33.67%
G = 33.88%
B = 32.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5A69F (or 0xA5A69F) is known color: Star Dust. HEX triplet: A5, A6 and 9F. RGB value is (165,166,159). Sum of RGB (Red+Green+Blue) = 165+166+159=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A69F is #5A5960. Grayscale: #A4A4A4. Windows color (decimal): -5921121 or 10462885. OLE color: 10462885.

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

Color convert

RGB 165 166 159 -
CMYK 0.01 0 0.04 0.35
HSL 68.57º 0.04% 0.64% -
HSV(B) 68.57º 0.04% 0.65% -
XYZ 35.41 37.77 38.23 -
YUV 164.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 165 166 159 0.01 0 0.04 0.35 68.57 0.04 0.64
Hex A5 A6 9F 1 0 4 23 45 4 40
Octal 245 246 237 1 0 4 43 105 4 100
Binary 10100101 10100110 10011111 1 0 100 100011 1000101 100 1000000

Color Harmonies of #A5A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A69F

Black with #A5A69F

Text Example


Text Example

White with #A5A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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