#A7A6AD

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

Shades of Spun Pearl #A7A6AD

Tints of Spun Pearl #A7A6AD

Color information

#A7A6AD (or 0xA7A6AD) is unknown color: approx Spun Pearl. HEX triplet: A7, A6 and AD. RGB value is (167,166,173). Sum of RGB (Red+Green+Blue) = 167+166+173=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #A7A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A6AD is #585952. Grayscale: #A7A7A7. Windows color (decimal): -5790035 or 11380391. OLE color: 11380391.

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

Color convert

RGB167166173-
CMYK0.030.0400.32
HSL248.57º4.09%66.47%-
HSV(B)248.57º4.05%67.84%-
XYZ37.1238.5145.01-
YUV167.1131.33127.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=33.00%
G=32.81%
B=34.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671661730.030.0400.32248.574.0966.47
HexA7A6AD34020f9442
Octal247246255340403714102
Binary101001111010011010101101111000100000111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A6AD; }

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

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

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

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

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

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

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

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