Html Css Color HEX #A1A299 Star Dust

📋 copy color: '#A1A299'

red 161 ◦ green 162 ◦ blue 153

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

Shades of Star Dust #A1A299

Tints of Star Dust #A1A299

RGB

 RED value IS 161 (63.28% from 255) = 33.82%

 GREEN value IS 162 (63.67% from 255) = 34.03%

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

R = 33.82%
G = 34.03%
B = 32.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A1A299 (or 0xA1A299) is known color: Star Dust. HEX triplet: A1, A2 and 99. RGB value is (161,162,153). Sum of RGB (Red+Green+Blue) = 161+162+153=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A299 is #5E5D66. Grayscale: #A0A0A0. Windows color (decimal): -6184295 or 10068641. OLE color: 10068641.

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

Color convert

RGB 161 162 153 -
CMYK 0.01 0 0.06 0.36
HSL 66.67º 0.05% 0.62% -
HSV(B) 66.67º 0.06% 0.64% -
XYZ 33.37 35.72 35.27 -
YUV 160.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 161 162 153 0.01 0 0.06 0.36 66.67 0.05 0.62
Hex A1 A2 99 1 0 6 24 43 5 3E
Octal 241 242 231 1 0 6 44 103 5 76
Binary 10100001 10100010 10011001 1 0 110 100100 1000011 101 111110

Color Harmonies of #A1A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A299

Black with #A1A299

Text Example


Text Example

White with #A1A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A299; }

 p { color: rgb(161,162,153); }

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

background-color css

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

 a { background-color: rgb(161,162,153); }

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

border-color css

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

 span { border-color: rgb(161,162,153); }

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