#A7A3AE

Color #A7A3AE Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A7A3AE

Tints of Spun Pearl #A7A3AE

Color information

#A7A3AE (or 0xA7A3AE) is unknown color: approx Spun Pearl. HEX triplet: A7, A3 and AE. RGB value is (167,163,174). Sum of RGB (Red+Green+Blue) = 167+163+174=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #A7A3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A3AE is #585C51. Grayscale: #A5A5A5. Windows color (decimal): -5790802 or 11445159. OLE color: 11445159.

HSL color Cylindrical-coordinate representation of color #A7A3AE: hue angle of 261.82º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7A3AE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167163174-
CMYK0.040.0600.32
HSL261.82º6.36%66.08%-
HSV(B)261.82º6.32%68.24%-
XYZ36.6737.4745.34-
YUV165.45132.83129.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=33.13%
G=32.34%
B=34.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671631740.040.0600.32261.826.3666.08
HexA7A3AE46020106642
Octal247243256460404066102
Binary10100111101000111010111010011001000001000001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A3AE; }

 p { color: rgb(167,163,174); }

 H1.HeaderClassName
 {
   color: #A7A3AE;
 }
 .AnyTagClassName
 {
   color: #A7A3AE;
 }
</style>
background-color css

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

 a { background-color: rgb(167,163,174); }

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

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

 span { border-color: rgb(167,163,174); }

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