Html Css Color HEX #ADAABA Spun Pearl

📋 copy color: '#ADAABA'

red 173 ◦ green 170 ◦ blue 186

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

Shades of Spun Pearl #ADAABA

Tints of Spun Pearl #ADAABA

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

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

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 32.7%
G = 32.14%
B = 35.16%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADAABA (or 0xADAABA) is known color: Spun Pearl. HEX triplet: AD, AA and BA. RGB value is (173,170,186). Sum of RGB (Red+Green+Blue) = 173+170+186=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAABA is #525545. Grayscale: #ACACAC. Windows color (decimal): -5395782 or 12233389. OLE color: 12233389.

HSL color Cylindrical-coordinate representation of color #ADAABA: hue angle of 251.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADAABA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 170 186 -
CMYK 0.07 0.09 0 0.27
HSL 251.25º 0.1% 0.7% -
HSV(B) 251.25º 0.09% 0.73% -
XYZ 40.47 41.18 52.27 -
YUV 172.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 173 170 186 0.07 0.09 0 0.27 251.25 0.1 0.7
Hex AD AA BA 7 9 0 1B FB A 46
Octal 255 252 272 7 11 0 33 373 12 106
Binary 10101101 10101010 10111010 111 1001 0 11011 11111011 1010 1000110

Color Harmonies of #ADAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAABA

Black with #ADAABA

Text Example


Text Example

White with #ADAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAABA; }

 p { color: rgb(173,170,186); }

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

background-color css

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

 a { background-color: rgb(173,170,186); }

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

border-color css

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

 span { border-color: rgb(173,170,186); }

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