Html Css Color HEX #ABA5B8 Spun Pearl

📋 copy color: '#ABA5B8'

red 171 ◦ green 165 ◦ blue 184

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

Shades of Spun Pearl #ABA5B8

Tints of Spun Pearl #ABA5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 32.88%
G = 31.73%
B = 35.38%

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

#ABA5B8 (or 0xABA5B8) is known color: Spun Pearl. HEX triplet: AB, A5 and B8. RGB value is (171,165,184). Sum of RGB (Red+Green+Blue) = 171+165+184=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABA5B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5B8 is #545A47. Grayscale: #A8A8A8. Windows color (decimal): -5528136 or 12101035. OLE color: 12101035.

HSL color Cylindrical-coordinate representation of color #ABA5B8: hue angle of 258.95º degrees, saturation: 0.12, 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 #ABA5B8 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 165 184 -
CMYK 0.07 0.10 0 0.28
HSL 258.95º 0.12% 0.68% -
HSV(B) 258.95º 0.1% 0.72% -
XYZ 38.9 39.03 50.83 -
YUV 168.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 171 165 184 0.07 0.10 0 0.28 258.95 0.12 0.68
Hex AB A5 B8 7 A 0 1C 103 C 44
Octal 253 245 270 7 12 0 34 403 14 104
Binary 10101011 10100101 10111000 111 1010 0 11100 100000011 1100 1000100

Color Harmonies of #ABA5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5B8

Black with #ABA5B8

Text Example


Text Example

White with #ABA5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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