#ABAABA

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

Shades of Spun Pearl #ABAABA

Tints of Spun Pearl #ABAABA

Color information

#ABAABA (or 0xABAABA) is unknown color: approx Spun Pearl. HEX triplet: AB, AA and BA. RGB value is (171,170,186). Sum of RGB (Red+Green+Blue) = 171+170+186=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAABA is #545545. Grayscale: #ACACAC. Windows color (decimal): -5526854 or 12233387. OLE color: 12233387.

HSL color Cylindrical-coordinate representation of color #ABAABA: hue angle of 243.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABAABA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171170186-
CMYK0.080.0900.27
HSL243.75º10.39%69.8%-
HSV(B)243.75º8.6%72.94%-
XYZ40.0340.9552.25-
YUV172.12135.83127.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=32.45%
G=32.26%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711701860.080.0900.27243.7510.3969.8
HexABAABA8901Bf4a46
Octal253252272101103336412106
Binary101010111010101010111010100010010110111111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAABA; }

 p { color: rgb(171,170,186); }

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

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

 a { background-color: rgb(171,170,186); }

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

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

 span { border-color: rgb(171,170,186); }

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