Html Css Color HEX #ABAAB3 Spun Pearl

📋 copy color: '#ABAAB3'

red 171 ◦ green 170 ◦ blue 179

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

Shades of Spun Pearl #ABAAB3

Tints of Spun Pearl #ABAAB3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.69%

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

R = 32.88%
G = 32.69%
B = 34.42%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABAAB3 (or 0xABAAB3) is known color: Spun Pearl. HEX triplet: AB, AA and B3. RGB value is (171,170,179). Sum of RGB (Red+Green+Blue) = 171+170+179=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABAAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAB3 is #54554C. Grayscale: #ABABAB. Windows color (decimal): -5526861 or 11774635. OLE color: 11774635.

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

Color convert

RGB 171 170 179 -
CMYK 0.04 0.05 0 0.30
HSL 246.67º 0.06% 0.68% -
HSV(B) 246.67º 0.05% 0.7% -
XYZ 39.31 40.66 48.42 -
YUV 171.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 171 170 179 0.04 0.05 0 0.30 246.67 0.06 0.68
Hex AB AA B3 4 5 0 1E F7 6 44
Octal 253 252 263 4 5 0 36 367 6 104
Binary 10101011 10101010 10110011 100 101 0 11110 11110111 110 1000100

Color Harmonies of #ABAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAB3

Black with #ABAAB3

Text Example


Text Example

White with #ABAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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