Html Css Color HEX #ABA7BA Spun Pearl

📋 copy color: '#ABA7BA'

red 171 ◦ green 167 ◦ blue 186

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

Shades of Spun Pearl #ABA7BA

Tints of Spun Pearl #ABA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.87%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 32.63%
G = 31.87%
B = 35.5%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA7BA (or 0xABA7BA) is known color: Spun Pearl. HEX triplet: AB, A7 and BA. RGB value is (171,167,186). Sum of RGB (Red+Green+Blue) = 171+167+186=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7BA is #545845. Grayscale: #AAAAAA. Windows color (decimal): -5527622 or 12232619. OLE color: 12232619.

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

Color convert

RGB 171 167 186 -
CMYK 0.08 0.10 0 0.27
HSL 252.63º 0.12% 0.69% -
HSV(B) 252.63º 0.1% 0.73% -
XYZ 39.48 39.84 52.06 -
YUV 170.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 171 167 186 0.08 0.10 0 0.27 252.63 0.12 0.69
Hex AB A7 BA 8 A 0 1B FD C 45
Octal 253 247 272 10 12 0 33 375 14 105
Binary 10101011 10100111 10111010 1000 1010 0 11011 11111101 1100 1000101

Color Harmonies of #ABA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7BA

Black with #ABA7BA

Text Example


Text Example

White with #ABA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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