Html Css Color HEX #A0A195 Star Dust

📋 copy color: '#A0A195'

red 160 ◦ green 161 ◦ blue 149

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

Shades of Star Dust #A0A195

Tints of Star Dust #A0A195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.26%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 34.04%
G = 34.26%
B = 31.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A0A195 (or 0xA0A195) is known color: Star Dust. HEX triplet: A0, A1 and 95. RGB value is (160,161,149). Sum of RGB (Red+Green+Blue) = 160+161+149=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A195 is #5F5E6A. Grayscale: #9F9F9F. Windows color (decimal): -6250091 or 9806240. OLE color: 9806240.

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

Color convert

RGB 160 161 149 -
CMYK 0.01 0 0.07 0.37
HSL 65º 0.06% 0.61% -
HSV(B) 65º 0.07% 0.63% -
XYZ 32.67 35.13 33.49 -
YUV 159.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 160 161 149 0.01 0 0.07 0.37 65 0.06 0.61
Hex A0 A1 95 1 0 7 25 41 6 3D
Octal 240 241 225 1 0 7 45 101 6 75
Binary 10100000 10100001 10010101 1 0 111 100101 1000001 110 111101

Color Harmonies of #A0A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A195

Black with #A0A195

Text Example


Text Example

White with #A0A195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A195; }

 p { color: rgb(160,161,149); }

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

background-color css

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

 a { background-color: rgb(160,161,149); }

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

border-color css

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

 span { border-color: rgb(160,161,149); }

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