Html Css Color HEX #A3A499 Star Dust

📋 copy color: '#A3A499'

red 163 ◦ green 164 ◦ blue 153

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

Shades of Star Dust #A3A499

Tints of Star Dust #A3A499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 33.96%
G = 34.17%
B = 31.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A3A499 (or 0xA3A499) is known color: Star Dust. HEX triplet: A3, A4 and 99. RGB value is (163,164,153). Sum of RGB (Red+Green+Blue) = 163+164+153=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A499 is #5C5B66. Grayscale: #A2A2A2. Windows color (decimal): -6052711 or 10069155. OLE color: 10069155.

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

Color convert

RGB 163 164 153 -
CMYK 0.01 0 0.07 0.36
HSL 65.45º 0.06% 0.62% -
HSV(B) 65.45º 0.07% 0.64% -
XYZ 34.13 36.64 35.41 -
YUV 162.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 163 164 153 0.01 0 0.07 0.36 65.45 0.06 0.62
Hex A3 A4 99 1 0 7 24 41 6 3E
Octal 243 244 231 1 0 7 44 101 6 76
Binary 10100011 10100100 10011001 1 0 111 100100 1000001 110 111110

Color Harmonies of #A3A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A499

Black with #A3A499

Text Example


Text Example

White with #A3A499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A499; }

 p { color: rgb(163,164,153); }

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

background-color css

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

 a { background-color: rgb(163,164,153); }

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

border-color css

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

 span { border-color: rgb(163,164,153); }

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