Html Css Color HEX #ABAAB5 Spun Pearl

📋 copy color: '#ABAAB5'

red 171 ◦ green 170 ◦ blue 181

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

Shades of Spun Pearl #ABAAB5

Tints of Spun Pearl #ABAAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 32.76%
G = 32.57%
B = 34.67%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ABAAB5 (or 0xABAAB5) is known color: Spun Pearl. HEX triplet: AB, AA and B5. RGB value is (171,170,181). Sum of RGB (Red+Green+Blue) = 171+170+181=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABAAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAB5 is #54554A. Grayscale: #ABABAB. Windows color (decimal): -5526859 or 11905707. OLE color: 11905707.

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

Color convert

RGB 171 170 181 -
CMYK 0.06 0.06 0 0.29
HSL 245.45º 0.07% 0.69% -
HSV(B) 245.45º 0.06% 0.71% -
XYZ 39.51 40.74 49.5 -
YUV 171.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 171 170 181 0.06 0.06 0 0.29 245.45 0.07 0.69
Hex AB AA B5 6 6 0 1D F5 7 45
Octal 253 252 265 6 6 0 35 365 7 105
Binary 10101011 10101010 10110101 110 110 0 11101 11110101 111 1000101

Color Harmonies of #ABAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAB5

Black with #ABAAB5

Text Example


Text Example

White with #ABAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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