Html Css Color HEX #ABAAB9 Spun Pearl

📋 copy color: '#ABAAB9'

red 171 ◦ green 170 ◦ blue 185

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

Shades of Spun Pearl #ABAAB9

Tints of Spun Pearl #ABAAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 32.51%
G = 32.32%
B = 35.17%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABAAB9 (or 0xABAAB9) is known color: Spun Pearl. HEX triplet: AB, AA and B9. RGB value is (171,170,185). Sum of RGB (Red+Green+Blue) = 171+170+185=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAB9 is #545546. Grayscale: #ABABAB. Windows color (decimal): -5526855 or 12167851. OLE color: 12167851.

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

Color convert

RGB 171 170 185 -
CMYK 0.08 0.08 0 0.27
HSL 244º 0.1% 0.7% -
HSV(B) 244º 0.08% 0.73% -
XYZ 39.93 40.91 51.69 -
YUV 172.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 171 170 185 0.08 0.08 0 0.27 244 0.1 0.7
Hex AB AA B9 8 8 0 1B F4 A 46
Octal 253 252 271 10 10 0 33 364 12 106
Binary 10101011 10101010 10111001 1000 1000 0 11011 11110100 1010 1000110

Color Harmonies of #ABAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAB9

Black with #ABAAB9

Text Example


Text Example

White with #ABAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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