Html Css Color HEX #ABA9B1 Spun Pearl

📋 copy color: '#ABA9B1'

red 171 ◦ green 169 ◦ blue 177

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

Shades of Spun Pearl #ABA9B1

Tints of Spun Pearl #ABA9B1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.69%

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

R = 33.08%
G = 32.69%
B = 34.24%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABA9B1 (or 0xABA9B1) is known color: Spun Pearl. HEX triplet: AB, A9 and B1. RGB value is (171,169,177). Sum of RGB (Red+Green+Blue) = 171+169+177=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9B1 is #54564E. Grayscale: #AAAAAA. Windows color (decimal): -5527119 or 11643307. OLE color: 11643307.

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

Color convert

RGB 171 169 177 -
CMYK 0.03 0.05 0 0.31
HSL 255º 0.05% 0.68% -
HSV(B) 255º 0.05% 0.69% -
XYZ 38.92 40.21 47.3 -
YUV 170.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 171 169 177 0.03 0.05 0 0.31 255 0.05 0.68
Hex AB A9 B1 3 5 0 1F FF 5 44
Octal 253 251 261 3 5 0 37 377 5 104
Binary 10101011 10101001 10110001 11 101 0 11111 11111111 101 1000100

Color Harmonies of #ABA9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9B1

Black with #ABA9B1

Text Example


Text Example

White with #ABA9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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