Html Css Color HEX #A3A697 Star Dust

📋 copy color: '#A3A697'

red 163 ◦ green 166 ◦ blue 151

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

Shades of Star Dust #A3A697

Tints of Star Dust #A3A697

RGB

 RED value IS 163 (64.06% from 255) = 33.96%

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

 BLUE value IS 151 (59.38% from 255) = 31.46%

R = 33.96%
G = 34.58%
B = 31.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A3A697 (or 0xA3A697) is known color: Star Dust. HEX triplet: A3, A6 and 97. RGB value is (163,166,151). Sum of RGB (Red+Green+Blue) = 163+166+151=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A697 is #5C5968. Grayscale: #A3A3A3. Windows color (decimal): -6052201 or 9938595. OLE color: 9938595.

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

Color convert

RGB 163 166 151 -
CMYK 0.02 0 0.09 0.35
HSL 72º 0.08% 0.62% -
HSV(B) 72º 0.09% 0.65% -
XYZ 34.33 37.29 34.67 -
YUV 163.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 163 166 151 0.02 0 0.09 0.35 72 0.08 0.62
Hex A3 A6 97 2 0 9 23 48 8 3E
Octal 243 246 227 2 0 11 43 110 10 76
Binary 10100011 10100110 10010111 10 0 1001 100011 1001000 1000 111110

Color Harmonies of #A3A697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A697

Black with #A3A697

Text Example


Text Example

White with #A3A697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A697; }

 p { color: rgb(163,166,151); }

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

background-color css

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

 a { background-color: rgb(163,166,151); }

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

border-color css

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

 span { border-color: rgb(163,166,151); }

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