Html Css Color HEX #A0A294 Star Dust

📋 copy color: '#A0A294'

red 160 ◦ green 162 ◦ blue 148

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

Shades of Star Dust #A0A294

Tints of Star Dust #A0A294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 34.04%
G = 34.47%
B = 31.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A0A294 (or 0xA0A294) is known color: Star Dust. HEX triplet: A0, A2 and 94. RGB value is (160,162,148). Sum of RGB (Red+Green+Blue) = 160+162+148=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A294 is #5F5D6B. Grayscale: #9F9F9F. Windows color (decimal): -6249836 or 9740960. OLE color: 9740960.

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

Color convert

RGB 160 162 148 -
CMYK 0.01 0 0.09 0.36
HSL 68.57º 0.07% 0.61% -
HSV(B) 68.57º 0.09% 0.64% -
XYZ 32.76 35.45 33.13 -
YUV 159.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 160 162 148 0.01 0 0.09 0.36 68.57 0.07 0.61
Hex A0 A2 94 1 0 9 24 45 7 3D
Octal 240 242 224 1 0 11 44 105 7 75
Binary 10100000 10100010 10010100 1 0 1001 100100 1000101 111 111101

Color Harmonies of #A0A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A294

Black with #A0A294

Text Example


Text Example

White with #A0A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A294; }

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

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

background-color css

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

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

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

border-color css

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

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

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