#A4A4AE

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

Shades of Spun Pearl #A4A4AE

Tints of Spun Pearl #A4A4AE

Color information

#A4A4AE (or 0xA4A4AE) is unknown color: approx Spun Pearl. HEX triplet: A4, A4 and AE. RGB value is (164,164,174). Sum of RGB (Red+Green+Blue) = 164+164+174=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #A4A4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A4AE is #5B5B51. Grayscale: #A5A5A5. Windows color (decimal): -5987154 or 11445412. OLE color: 11445412.

HSL color Cylindrical-coordinate representation of color #A4A4AE: hue angle of 240º 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 #A4A4AE is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164164174-
CMYK0.060.0600.32
HSL240º5.81%66.27%-
HSV(B)240º5.75%68.24%-
XYZ36.2337.545.37-
YUV165.14133127.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=32.67%
G=32.67%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641641740.060.0600.322405.8166.27
HexA4A4AE66020f0642
Octal244244256660403606102
Binary1010010010100100101011101101100100000111100001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A4AE; }

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

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

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

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

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

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

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

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