#A7A4AE

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

Shades of Spun Pearl #A7A4AE

Tints of Spun Pearl #A7A4AE

Color information

#A7A4AE (or 0xA7A4AE) is unknown color: approx Spun Pearl. HEX triplet: A7, A4 and AE. RGB value is (167,164,174). Sum of RGB (Red+Green+Blue) = 167+164+174=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #A7A4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A4AE is #585B51. Grayscale: #A6A6A6. Windows color (decimal): -5790546 or 11445415. OLE color: 11445415.

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

Color convert

RGB167164174-
CMYK0.040.0600.32
HSL258º5.81%66.27%-
HSV(B)258º5.75%68.24%-
XYZ36.8537.8245.4-
YUV166.04132.49128.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=33.07%
G=32.48%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671641740.040.0600.322585.8166.27
HexA7A4AE46020102642
Octal247244256460404026102
Binary10100111101001001010111010011001000001000000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A4AE; }

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

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

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

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

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

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

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

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