#A5A0AF

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

Shades of Spun Pearl #A5A0AF

Tints of Spun Pearl #A5A0AF

Color information

#A5A0AF (or 0xA5A0AF) is unknown color: approx Spun Pearl. HEX triplet: A5, A0 and AF. RGB value is (165,160,175). Sum of RGB (Red+Green+Blue) = 165+160+175=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: blue. Hex color #A5A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A0AF is #5A5F50. Grayscale: #A3A3A3. Windows color (decimal): -5922641 or 11509925. OLE color: 11509925.

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

Color convert

RGB165160175-
CMYK0.060.0900.31
HSL260º8.57%65.69%-
HSV(B)260º8.57%68.63%-
XYZ35.8336.2445.66-
YUV163.2134.66129.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 175 (68.75% from 255) = 35%
R=33%
G=32%
B=35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651601750.060.0900.312608.5765.69
HexA5A0AF6901F104942
Octal24524025761103740411102
Binary101001011010000010101111110100101111110000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0AF; }

 p { color: rgb(165,160,175); }

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

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

 a { background-color: rgb(165,160,175); }

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

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

 span { border-color: rgb(165,160,175); }

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