#A9A4B4

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

Shades of Spun Pearl #A9A4B4

Tints of Spun Pearl #A9A4B4

Color information

#A9A4B4 (or 0xA9A4B4) is unknown color: approx Spun Pearl. HEX triplet: A9, A4 and B4. RGB value is (169,164,180). Sum of RGB (Red+Green+Blue) = 169+164+180=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #A9A4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4B4 is #565B4B. Grayscale: #A7A7A7. Windows color (decimal): -5659468 or 11838633. OLE color: 11838633.

HSL color Cylindrical-coordinate representation of color #A9A4B4: hue angle of 258.75º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9A4B4 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169164180-
CMYK0.060.0900.29
HSL258.75º9.64%67.45%-
HSV(B)258.75º8.89%70.59%-
XYZ37.8838.2848.57-
YUV167.32135.16129.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=32.94%
G=31.97%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691641800.060.0900.29258.759.6467.45
HexA9A4B46901D103a43
Octal25124426461103540312103
Binary101010011010010010110100110100101110110000001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A4B4; }

 p { color: rgb(169,164,180); }

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

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

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

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

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

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

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