#A7A6AF

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

Shades of Spun Pearl #A7A6AF

Tints of Spun Pearl #A7A6AF

Color information

#A7A6AF (or 0xA7A6AF) is unknown color: approx Spun Pearl. HEX triplet: A7, A6 and AF. RGB value is (167,166,175). Sum of RGB (Red+Green+Blue) = 167+166+175=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #A7A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A6AF is #585950. Grayscale: #A7A7A7. Windows color (decimal): -5790033 or 11511463. OLE color: 11511463.

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

Color convert

RGB167166175-
CMYK0.050.0500.31
HSL246.67º5.33%66.86%-
HSV(B)246.67º5.14%68.63%-
XYZ37.3138.5846.04-
YUV167.32132.33127.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=32.87%
G=32.68%
B=34.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671661750.050.0500.31246.675.3366.86
HexA7A6AF5501Ff7543
Octal247246257550373675103
Binary101001111010011010101111101101011111111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A6AF; }

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

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

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

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

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

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

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

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