Html Css Color HEX #ABA6B7 Spun Pearl

📋 copy color: '#ABA6B7'

red 171 ◦ green 166 ◦ blue 183

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

Shades of Spun Pearl #ABA6B7

Tints of Spun Pearl #ABA6B7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 32.88%
G = 31.92%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ABA6B7 (or 0xABA6B7) is known color: Spun Pearl. HEX triplet: AB, A6 and B7. RGB value is (171,166,183). Sum of RGB (Red+Green+Blue) = 171+166+183=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABA6B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6B7 is #545948. Grayscale: #A9A9A9. Windows color (decimal): -5527881 or 12035755. OLE color: 12035755.

HSL color Cylindrical-coordinate representation of color #ABA6B7: hue angle of 257.65º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA6B7 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 166 183 -
CMYK 0.07 0.09 0 0.28
HSL 257.65º 0.11% 0.68% -
HSV(B) 257.65º 0.09% 0.72% -
XYZ 38.98 39.35 50.34 -
YUV 169.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 171 166 183 0.07 0.09 0 0.28 257.65 0.11 0.68
Hex AB A6 B7 7 9 0 1C 102 B 44
Octal 253 246 267 7 11 0 34 402 13 104
Binary 10101011 10100110 10110111 111 1001 0 11100 100000010 1011 1000100

Color Harmonies of #ABA6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6B7

Black with #ABA6B7

Text Example


Text Example

White with #ABA6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6B7; }

 p { color: rgb(171,166,183); }

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

background-color css

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

 a { background-color: rgb(171,166,183); }

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

border-color css

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

 span { border-color: rgb(171,166,183); }

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