Html Css Color HEX #ABA6B3 Spun Pearl

📋 copy color: '#ABA6B3'

red 171 ◦ green 166 ◦ blue 179

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

Shades of Spun Pearl #ABA6B3

Tints of Spun Pearl #ABA6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.69%

R = 33.14%
G = 32.17%
B = 34.69%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABA6B3 (or 0xABA6B3) is known color: Spun Pearl. HEX triplet: AB, A6 and B3. RGB value is (171,166,179). Sum of RGB (Red+Green+Blue) = 171+166+179=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABA6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6B3 is #54594C. Grayscale: #A8A8A8. Windows color (decimal): -5527885 or 11773611. OLE color: 11773611.

HSL color Cylindrical-coordinate representation of color #ABA6B3: hue angle of 263.08º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABA6B3 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 166 179 -
CMYK 0.04 0.07 0 0.30
HSL 263.08º 0.08% 0.68% -
HSV(B) 263.08º 0.07% 0.7% -
XYZ 38.57 39.19 48.18 -
YUV 168.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 171 166 179 0.04 0.07 0 0.30 263.08 0.08 0.68
Hex AB A6 B3 4 7 0 1E 107 8 44
Octal 253 246 263 4 7 0 36 407 10 104
Binary 10101011 10100110 10110011 100 111 0 11110 100000111 1000 1000100

Color Harmonies of #ABA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6B3

Black with #ABA6B3

Text Example


Text Example

White with #ABA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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