Html Css Color HEX #A0A299 Star Dust

📋 copy color: '#A0A299'

red 160 ◦ green 162 ◦ blue 153

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

Shades of Star Dust #A0A299

Tints of Star Dust #A0A299

RGB

 RED value IS 160 (62.89% from 255) = 33.68%

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

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

R = 33.68%
G = 34.11%
B = 32.21%

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

#A0A299 (or 0xA0A299) is known color: Star Dust. HEX triplet: A0, A2 and 99. RGB value is (160,162,153). Sum of RGB (Red+Green+Blue) = 160+162+153=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A299 is #5F5D66. Grayscale: #A0A0A0. Windows color (decimal): -6249831 or 10068640. OLE color: 10068640.

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

Color convert

RGB 160 162 153 -
CMYK 0.01 0 0.06 0.36
HSL 73.33º 0.05% 0.62% -
HSV(B) 73.33º 0.06% 0.64% -
XYZ 33.17 35.61 35.26 -
YUV 160.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 160 162 153 0.01 0 0.06 0.36 73.33 0.05 0.62
Hex A0 A2 99 1 0 6 24 49 5 3E
Octal 240 242 231 1 0 6 44 111 5 76
Binary 10100000 10100010 10011001 1 0 110 100100 1001001 101 111110

Color Harmonies of #A0A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A299

Black with #A0A299

Text Example


Text Example

White with #A0A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A299; }

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

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

background-color css

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

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

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

border-color css

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

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

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