#A8A5AE

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

Shades of Spun Pearl #A8A5AE

Tints of Spun Pearl #A8A5AE

Color information

#A8A5AE (or 0xA8A5AE) is unknown color: approx Spun Pearl. HEX triplet: A8, A5 and AE. RGB value is (168,165,174). Sum of RGB (Red+Green+Blue) = 168+165+174=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8A5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A5AE is #575A51. Grayscale: #A6A6A6. Windows color (decimal): -5724754 or 11445672. OLE color: 11445672.

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

Color convert

RGB168165174-
CMYK0.030.0500.32
HSL260º5.26%66.47%-
HSV(B)260º5.17%68.24%-
XYZ37.2438.2945.47-
YUV166.92131.99128.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=33.14%
G=32.54%
B=34.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681651740.030.0500.322605.2666.47
HexA8A5AE35020104542
Octal250245256350404045102
Binary1010100010100101101011101110101000001000001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A5AE; }

 p { color: rgb(168,165,174); }

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

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

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

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

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

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

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