Html Css Color HEX #ABAAB1 Spun Pearl

📋 copy color: '#ABAAB1'

red 171 ◦ green 170 ◦ blue 177

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

Shades of Spun Pearl #ABAAB1

Tints of Spun Pearl #ABAAB1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.82%

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

R = 33.01%
G = 32.82%
B = 34.17%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABAAB1 (or 0xABAAB1) is known color: Spun Pearl. HEX triplet: AB, AA and B1. RGB value is (171,170,177). Sum of RGB (Red+Green+Blue) = 171+170+177=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAB1 is #54554E. Grayscale: #ABABAB. Windows color (decimal): -5526863 or 11643563. OLE color: 11643563.

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

Color convert

RGB 171 170 177 -
CMYK 0.03 0.04 0 0.31
HSL 248.57º 0.04% 0.68% -
HSV(B) 248.57º 0.04% 0.69% -
XYZ 39.11 40.58 47.37 -
YUV 171.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 171 170 177 0.03 0.04 0 0.31 248.57 0.04 0.68
Hex AB AA B1 3 4 0 1F F9 4 44
Octal 253 252 261 3 4 0 37 371 4 104
Binary 10101011 10101010 10110001 11 100 0 11111 11111001 100 1000100

Color Harmonies of #ABAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAB1

Black with #ABAAB1

Text Example


Text Example

White with #ABAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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