Html Css Color HEX #ABAAB0 Spun Pearl

📋 copy color: '#ABAAB0'

red 171 ◦ green 170 ◦ blue 176

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

Shades of Spun Pearl #ABAAB0

Tints of Spun Pearl #ABAAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 33.08%
G = 32.88%
B = 34.04%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABAAB0 (or 0xABAAB0) is known color: Spun Pearl. HEX triplet: AB, AA and B0. RGB value is (171,170,176). Sum of RGB (Red+Green+Blue) = 171+170+176=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 176 - color contains mainly: blue. Hex color #ABAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAB0 is #54554F. Grayscale: #AAAAAA. Windows color (decimal): -5526864 or 11578027. OLE color: 11578027.

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

Color convert

RGB 171 170 176 -
CMYK 0.03 0.03 0 0.31
HSL 250º 0.04% 0.68% -
HSV(B) 250º 0.03% 0.69% -
XYZ 39.01 40.54 46.84 -
YUV 170.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 171 170 176 0.03 0.03 0 0.31 250 0.04 0.68
Hex AB AA B0 3 3 0 1F FA 4 44
Octal 253 252 260 3 3 0 37 372 4 104
Binary 10101011 10101010 10110000 11 11 0 11111 11111010 100 1000100

Color Harmonies of #ABAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAB0

Black with #ABAAB0

Text Example


Text Example

White with #ABAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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