Html Css Color HEX #ABAAAD Spun Pearl

📋 copy color: '#ABAAAD'

red 171 ◦ green 170 ◦ blue 173

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

Shades of Spun Pearl #ABAAAD

Tints of Spun Pearl #ABAAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 33.27%
G = 33.07%
B = 33.66%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ABAAAD (or 0xABAAAD) is known color: Spun Pearl. HEX triplet: AB, AA and AD. RGB value is (171,170,173). Sum of RGB (Red+Green+Blue) = 171+170+173=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAAD is #545552. Grayscale: #AAAAAA. Windows color (decimal): -5526867 or 11381419. OLE color: 11381419.

HSL color Cylindrical-coordinate representation of color #ABAAAD: hue angle of 260º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABAAAD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 170 173 -
CMYK 0.01 0.02 0 0.32
HSL 260º 0.02% 0.67% -
HSV(B) 260º 0.02% 0.68% -
XYZ 38.71 40.42 45.3 -
YUV 170.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 171 170 173 0.01 0.02 0 0.32 260 0.02 0.67
Hex AB AA AD 1 2 0 20 104 2 43
Octal 253 252 255 1 2 0 40 404 2 103
Binary 10101011 10101010 10101101 1 10 0 100000 100000100 10 1000011

Color Harmonies of #ABAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAAD

Black with #ABAAAD

Text Example


Text Example

White with #ABAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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