Html Css Color HEX #ABAAAF Spun Pearl

📋 copy color: '#ABAAAF'

red 171 ◦ green 170 ◦ blue 175

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

Shades of Spun Pearl #ABAAAF

Tints of Spun Pearl #ABAAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 33.14%
G = 32.95%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABAAAF (or 0xABAAAF) is known color: Spun Pearl. HEX triplet: AB, AA and AF. RGB value is (171,170,175). Sum of RGB (Red+Green+Blue) = 171+170+175=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAAF is #545550. Grayscale: #AAAAAA. Windows color (decimal): -5526865 or 11512491. OLE color: 11512491.

HSL color Cylindrical-coordinate representation of color #ABAAAF: hue angle of 252º degrees, saturation: 0.03, 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 #ABAAAF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 170 175 -
CMYK 0.02 0.03 0 0.31
HSL 252º 0.03% 0.68% -
HSV(B) 252º 0.03% 0.69% -
XYZ 38.91 40.5 46.32 -
YUV 170.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 171 170 175 0.02 0.03 0 0.31 252 0.03 0.68
Hex AB AA AF 2 3 0 1F FC 3 44
Octal 253 252 257 2 3 0 37 374 3 104
Binary 10101011 10101010 10101111 10 11 0 11111 11111100 11 1000100

Color Harmonies of #ABAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAAF

Black with #ABAAAF

Text Example


Text Example

White with #ABAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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