Html Css Color HEX #ABA9B4 Spun Pearl

📋 copy color: '#ABA9B4'

red 171 ◦ green 169 ◦ blue 180

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

Shades of Spun Pearl #ABA9B4

Tints of Spun Pearl #ABA9B4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 180 (70.7% from 255) = 34.62%

R = 32.88%
G = 32.5%
B = 34.62%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ABA9B4 (or 0xABA9B4) is known color: Spun Pearl. HEX triplet: AB, A9 and B4. RGB value is (171,169,180). Sum of RGB (Red+Green+Blue) = 171+169+180=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABA9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9B4 is #54564B. Grayscale: #AAAAAA. Windows color (decimal): -5527116 or 11839915. OLE color: 11839915.

HSL color Cylindrical-coordinate representation of color #ABA9B4: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABA9B4 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 169 180 -
CMYK 0.05 0.06 0 0.29
HSL 250.91º 0.07% 0.68% -
HSV(B) 250.91º 0.06% 0.71% -
XYZ 39.22 40.33 48.9 -
YUV 170.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 171 169 180 0.05 0.06 0 0.29 250.91 0.07 0.68
Hex AB A9 B4 5 6 0 1D FB 7 44
Octal 253 251 264 5 6 0 35 373 7 104
Binary 10101011 10101001 10110100 101 110 0 11101 11111011 111 1000100

Color Harmonies of #ABA9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9B4

Black with #ABA9B4

Text Example


Text Example

White with #ABA9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9B4; }

 p { color: rgb(171,169,180); }

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

background-color css

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

 a { background-color: rgb(171,169,180); }

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

border-color css

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

 span { border-color: rgb(171,169,180); }

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