Html Css Color HEX #A5A69B Star Dust

📋 copy color: '#A5A69B'

red 165 ◦ green 166 ◦ blue 155

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

Shades of Star Dust #A5A69B

Tints of Star Dust #A5A69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 33.95%
G = 34.16%
B = 31.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5A69B (or 0xA5A69B) is known color: Star Dust. HEX triplet: A5, A6 and 9B. RGB value is (165,166,155). Sum of RGB (Red+Green+Blue) = 165+166+155=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A69B is #5A5964. Grayscale: #A4A4A4. Windows color (decimal): -5921125 or 10200741. OLE color: 10200741.

HSL color Cylindrical-coordinate representation of color #A5A69B: hue angle of 65.45º 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 #A5A69B is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 166 155 -
CMYK 0.01 0 0.07 0.35
HSL 65.45º 0.06% 0.63% -
HSV(B) 65.45º 0.07% 0.65% -
XYZ 35.07 37.64 36.43 -
YUV 164.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 165 166 155 0.01 0 0.07 0.35 65.45 0.06 0.63
Hex A5 A6 9B 1 0 7 23 41 6 3F
Octal 245 246 233 1 0 7 43 101 6 77
Binary 10100101 10100110 10011011 1 0 111 100011 1000001 110 111111

Color Harmonies of #A5A69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A69B

Black with #A5A69B

Text Example


Text Example

White with #A5A69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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