Html Css Color HEX #ADA7BA Spun Pearl

📋 copy color: '#ADA7BA'

red 173 ◦ green 167 ◦ blue 186

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

Shades of Spun Pearl #ADA7BA

Tints of Spun Pearl #ADA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.75%

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

R = 32.89%
G = 31.75%
B = 35.36%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADA7BA (or 0xADA7BA) is known color: Spun Pearl. HEX triplet: AD, A7 and BA. RGB value is (173,167,186). Sum of RGB (Red+Green+Blue) = 173+167+186=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7BA is #525845. Grayscale: #AAAAAA. Windows color (decimal): -5396550 or 12232621. OLE color: 12232621.

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

Color convert

RGB 173 167 186 -
CMYK 0.07 0.10 0 0.27
HSL 258.95º 0.12% 0.69% -
HSV(B) 258.95º 0.1% 0.73% -
XYZ 39.92 40.07 52.08 -
YUV 170.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 173 167 186 0.07 0.10 0 0.27 258.95 0.12 0.69
Hex AD A7 BA 7 A 0 1B 103 C 45
Octal 255 247 272 7 12 0 33 403 14 105
Binary 10101101 10100111 10111010 111 1010 0 11011 100000011 1100 1000101

Color Harmonies of #ADA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA7BA

Black with #ADA7BA

Text Example


Text Example

White with #ADA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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