#A4A0AA

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

Shades of Spun Pearl #A4A0AA

Tints of Spun Pearl #A4A0AA

Color information

#A4A0AA (or 0xA4A0AA) is unknown color: approx Spun Pearl. HEX triplet: A4, A0 and AA. RGB value is (164,160,170). Sum of RGB (Red+Green+Blue) = 164+160+170=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: blue. Hex color #A4A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A0AA is #5B5F55. Grayscale: #A2A2A2. Windows color (decimal): -5988182 or 11182244. OLE color: 11182244.

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

Color convert

RGB164160170-
CMYK0.040.0600.33
HSL264º5.56%64.71%-
HSV(B)264º5.88%66.67%-
XYZ35.1435.9443.11-
YUV162.34132.33129.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=33.20%
G=32.39%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641601700.040.0600.332645.5664.71
HexA4A0AA46021108641
Octal244240252460414106101
Binary10100100101000001010101010011001000011000010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0AA; }

 p { color: rgb(164,160,170); }

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

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

 a { background-color: rgb(164,160,170); }

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

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

 span { border-color: rgb(164,160,170); }

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