Html Css Color HEX #ABA6B8 Spun Pearl

📋 copy color: '#ABA6B8'

red 171 ◦ green 166 ◦ blue 184

#ABA6B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spun Pearl #ABA6B8

Tints of Spun Pearl #ABA6B8

RGB

 RED value IS 171 (67.19% from 255) = 32.82%

 GREEN value IS 166 (65.23% from 255) = 31.86%

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 32.82%
G = 31.86%
B = 35.32%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ABA6B8 (or 0xABA6B8) is known color: Spun Pearl. HEX triplet: AB, A6 and B8. RGB value is (171,166,184). Sum of RGB (Red+Green+Blue) = 171+166+184=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABA6B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6B8 is #545947. Grayscale: #A9A9A9. Windows color (decimal): -5527880 or 12101291. OLE color: 12101291.

HSL color Cylindrical-coordinate representation of color #ABA6B8: hue angle of 256.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA6B8 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 166 184 -
CMYK 0.07 0.10 0 0.28
HSL 256.67º 0.11% 0.69% -
HSV(B) 256.67º 0.1% 0.72% -
XYZ 39.08 39.39 50.89 -
YUV 169.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 171 166 184 0.07 0.10 0 0.28 256.67 0.11 0.69
Hex AB A6 B8 7 A 0 1C 101 B 45
Octal 253 246 270 7 12 0 34 401 13 105
Binary 10101011 10100110 10111000 111 1010 0 11100 100000001 1011 1000101

Color Harmonies of #ABA6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6B8

Black with #ABA6B8

Text Example


Text Example

White with #ABA6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6B8; }

 p { color: rgb(171,166,184); }

 H1.HeaderClassName
 {
   color: #ABA6B8;
 }
 .AnyTagClassName
 {
   color: #ABA6B8;
 }
</style>

background-color css

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

 a { background-color: rgb(171,166,184); }

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

border-color css

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

 span { border-color: rgb(171,166,184); }

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