Html Css Color HEX #ABA7B1 Spun Pearl

📋 copy color: '#ABA7B1'

red 171 ◦ green 167 ◦ blue 177

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

Shades of Spun Pearl #ABA7B1

Tints of Spun Pearl #ABA7B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 33.2%
G = 32.43%
B = 34.37%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABA7B1 (or 0xABA7B1) is known color: Spun Pearl. HEX triplet: AB, A7 and B1. RGB value is (171,167,177). Sum of RGB (Red+Green+Blue) = 171+167+177=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABA7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA7B1 is #54584E. Grayscale: #A9A9A9. Windows color (decimal): -5527631 or 11642795. OLE color: 11642795.

HSL color Cylindrical-coordinate representation of color #ABA7B1: hue angle of 264º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABA7B1 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 167 177 -
CMYK 0.03 0.06 0 0.31
HSL 264º 0.06% 0.67% -
HSV(B) 264º 0.06% 0.69% -
XYZ 38.55 39.47 47.18 -
YUV 169.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 171 167 177 0.03 0.06 0 0.31 264 0.06 0.67
Hex AB A7 B1 3 6 0 1F 108 6 43
Octal 253 247 261 3 6 0 37 410 6 103
Binary 10101011 10100111 10110001 11 110 0 11111 100001000 110 1000011

Color Harmonies of #ABA7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7B1

Black with #ABA7B1

Text Example


Text Example

White with #ABA7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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