Html Css Color HEX #A7A8A0 Star Dust

📋 copy color: '#A7A8A0'

red 167 ◦ green 168 ◦ blue 160

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

Shades of Star Dust #A7A8A0

Tints of Star Dust #A7A8A0

RGB

 RED value IS 167 (65.63% from 255) = 33.74%

 GREEN value IS 168 (66.02% from 255) = 33.94%

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 33.74%
G = 33.94%
B = 32.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A7A8A0 (or 0xA7A8A0) is known color: Star Dust. HEX triplet: A7, A8 and A0. RGB value is (167,168,160). Sum of RGB (Red+Green+Blue) = 167+168+160=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A8A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A8A0 is #58575F. Grayscale: #A6A6A6. Windows color (decimal): -5789536 or 10528935. OLE color: 10528935.

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

Color convert

RGB 167 168 160 -
CMYK 0.01 0 0.05 0.34
HSL 67.5º 0.04% 0.64% -
HSV(B) 67.5º 0.05% 0.66% -
XYZ 36.28 38.76 38.83 -
YUV 166.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 167 168 160 0.01 0 0.05 0.34 67.5 0.04 0.64
Hex A7 A8 A0 1 0 5 22 44 4 40
Octal 247 250 240 1 0 5 42 104 4 100
Binary 10100111 10101000 10100000 1 0 101 100010 1000100 100 1000000

Color Harmonies of #A7A8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A8A0

Black with #A7A8A0

Text Example


Text Example

White with #A7A8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A8A0; }

 p { color: rgb(167,168,160); }

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

background-color css

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

 a { background-color: rgb(167,168,160); }

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

border-color css

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

 span { border-color: rgb(167,168,160); }

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