#A7A6AC

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

Shades of Spun Pearl #A7A6AC

Tints of Spun Pearl #A7A6AC

Color information

#A7A6AC (or 0xA7A6AC) is unknown color: approx Spun Pearl. HEX triplet: A7, A6 and AC. RGB value is (167,166,172). Sum of RGB (Red+Green+Blue) = 167+166+172=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 172 - color contains mainly: blue. Hex color #A7A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A6AC is #585953. Grayscale: #A6A6A6. Windows color (decimal): -5790036 or 11314855. OLE color: 11314855.

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

Color convert

RGB167166172-
CMYK0.030.0300.33
HSL250º3.49%66.27%-
HSV(B)250º3.49%67.45%-
XYZ37.0238.4744.5-
YUV166.98130.83128.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=33.07%
G=32.87%
B=34.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671661720.030.0300.332503.4966.27
HexA7A6AC33021fa342
Octal247246254330413723102
Binary1010011110100110101011001111010000111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A6AC; }

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

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

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

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

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

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

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

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