#A7A2AF

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

Shades of Spun Pearl #A7A2AF

Tints of Spun Pearl #A7A2AF

Color information

#A7A2AF (or 0xA7A2AF) is unknown color: approx Spun Pearl. HEX triplet: A7, A2 and AF. RGB value is (167,162,175). Sum of RGB (Red+Green+Blue) = 167+162+175=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #A7A2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A2AF is #585D50. Grayscale: #A4A4A4. Windows color (decimal): -5791057 or 11510439. OLE color: 11510439.

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

Color convert

RGB167162175-
CMYK0.050.0700.31
HSL263.08º7.51%66.08%-
HSV(B)263.08º7.43%68.63%-
XYZ36.5937.1545.8-
YUV164.98133.66129.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=33.13%
G=32.14%
B=34.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671621750.050.0700.31263.087.5166.08
HexA7A2AF5701F107842
Octal2472422575703740710102
Binary10100111101000101010111110111101111110000011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A2AF; }

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

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

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

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

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

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

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

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