Html Css Color HEX #ABABAE Spun Pearl

📋 copy color: '#ABABAE'

red 171 ◦ green 171 ◦ blue 174

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

Shades of Spun Pearl #ABABAE

Tints of Spun Pearl #ABABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 33.14%
G = 33.14%
B = 33.72%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ABABAE (or 0xABABAE) is known color: Spun Pearl. HEX triplet: AB, AB and AE. RGB value is (171,171,174). Sum of RGB (Red+Green+Blue) = 171+171+174=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 174 - color contains mainly: blue. Hex color #ABABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABAE is #545451. Grayscale: #ABABAB. Windows color (decimal): -5526610 or 11447211. OLE color: 11447211.

HSL color Cylindrical-coordinate representation of color #ABABAE: hue angle of 240º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABABAE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 171 174 -
CMYK 0.02 0.02 0 0.32
HSL 240º 0.02% 0.68% -
HSV(B) 240º 0.02% 0.68% -
XYZ 39 40.84 45.87 -
YUV 171.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 171 171 174 0.02 0.02 0 0.32 240 0.02 0.68
Hex AB AB AE 2 2 0 20 F0 2 44
Octal 253 253 256 2 2 0 40 360 2 104
Binary 10101011 10101011 10101110 10 10 0 100000 11110000 10 1000100

Color Harmonies of #ABABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABAE

Black with #ABABAE

Text Example


Text Example

White with #ABABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABAE; }

 p { color: rgb(171,171,174); }

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

background-color css

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

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

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

border-color css

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

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

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