#A7A6AE

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

Shades of Spun Pearl #A7A6AE

Tints of Spun Pearl #A7A6AE

Color information

#A7A6AE (or 0xA7A6AE) is unknown color: approx Spun Pearl. HEX triplet: A7, A6 and AE. RGB value is (167,166,174). Sum of RGB (Red+Green+Blue) = 167+166+174=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #A7A6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A6AE is #585951. Grayscale: #A7A7A7. Windows color (decimal): -5790034 or 11445927. OLE color: 11445927.

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

Color convert

RGB167166174-
CMYK0.040.0500.32
HSL247.5º4.71%66.67%-
HSV(B)247.5º4.6%68.24%-
XYZ37.2138.5445.52-
YUV167.21131.83127.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=32.94%
G=32.74%
B=34.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671661740.040.0500.32247.54.7166.67
HexA7A6AE45020f8543
Octal247246256450403705103
Binary1010011110100110101011101001010100000111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A6AE; }

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

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

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

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

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

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

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

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