Html Css Color HEX #ABA5B7 Spun Pearl

📋 copy color: '#ABA5B7'

red 171 ◦ green 165 ◦ blue 183

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

Shades of Spun Pearl #ABA5B7

Tints of Spun Pearl #ABA5B7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.79%

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

R = 32.95%
G = 31.79%
B = 35.26%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ABA5B7 (or 0xABA5B7) is known color: Spun Pearl. HEX triplet: AB, A5 and B7. RGB value is (171,165,183). Sum of RGB (Red+Green+Blue) = 171+165+183=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABA5B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5B7 is #545A48. Grayscale: #A8A8A8. Windows color (decimal): -5528137 or 12035499. OLE color: 12035499.

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

Color convert

RGB 171 165 183 -
CMYK 0.07 0.10 0 0.28
HSL 260º 0.11% 0.68% -
HSV(B) 260º 0.1% 0.72% -
XYZ 38.8 38.99 50.28 -
YUV 168.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 171 165 183 0.07 0.10 0 0.28 260 0.11 0.68
Hex AB A5 B7 7 A 0 1C 104 B 44
Octal 253 245 267 7 12 0 34 404 13 104
Binary 10101011 10100101 10110111 111 1010 0 11100 100000100 1011 1000100

Color Harmonies of #ABA5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5B7

Black with #ABA5B7

Text Example


Text Example

White with #ABA5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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