#ABA5B5

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

Shades of Spun Pearl #ABA5B5

Tints of Spun Pearl #ABA5B5

Color information

#ABA5B5 (or 0xABA5B5) is unknown color: approx Spun Pearl. HEX triplet: AB, A5 and B5. RGB value is (171,165,181). Sum of RGB (Red+Green+Blue) = 171+165+181=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABA5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5B5 is #545A4A. Grayscale: #A8A8A8. Windows color (decimal): -5528139 or 11904427. OLE color: 11904427.

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

Color convert

RGB171165181-
CMYK0.060.0900.29
HSL262.5º9.76%67.84%-
HSV(B)262.5º8.84%70.98%-
XYZ38.5938.949.19-
YUV168.62134.99129.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=33.08%
G=31.91%
B=35.01%

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
Decimal1711651810.060.0900.29262.59.7667.84
HexABA5B56901D106a44
Octal25324526561103540612104
Binary101010111010010110110101110100101110110000011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5B5; }

 p { color: rgb(171,165,181); }

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

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

 a { background-color: rgb(171,165,181); }

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

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

 span { border-color: rgb(171,165,181); }

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