Html Css Color HEX #A0A296 Star Dust

📋 copy color: '#A0A296'

red 160 ◦ green 162 ◦ blue 150

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

Shades of Star Dust #A0A296

Tints of Star Dust #A0A296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 33.9%
G = 34.32%
B = 31.78%

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

#A0A296 (or 0xA0A296) is known color: Star Dust. HEX triplet: A0, A2 and 96. RGB value is (160,162,150). Sum of RGB (Red+Green+Blue) = 160+162+150=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A296 is #5F5D69. Grayscale: #A0A0A0. Windows color (decimal): -6249834 or 9872032. OLE color: 9872032.

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

Color convert

RGB 160 162 150 -
CMYK 0.01 0 0.07 0.36
HSL 70º 0.06% 0.61% -
HSV(B) 70º 0.07% 0.64% -
XYZ 32.92 35.52 33.97 -
YUV 160.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 160 162 150 0.01 0 0.07 0.36 70 0.06 0.61
Hex A0 A2 96 1 0 7 24 46 6 3D
Octal 240 242 226 1 0 7 44 106 6 75
Binary 10100000 10100010 10010110 1 0 111 100100 1000110 110 111101

Color Harmonies of #A0A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A296

Black with #A0A296

Text Example


Text Example

White with #A0A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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