Html Css Color HEX #ADA9BA Spun Pearl

📋 copy color: '#ADA9BA'

red 173 ◦ green 169 ◦ blue 186

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

Shades of Spun Pearl #ADA9BA

Tints of Spun Pearl #ADA9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.01%

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

R = 32.77%
G = 32.01%
B = 35.23%

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

#ADA9BA (or 0xADA9BA) is known color: Spun Pearl. HEX triplet: AD, A9 and BA. RGB value is (173,169,186). Sum of RGB (Red+Green+Blue) = 173+169+186=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9BA is #525645. Grayscale: #ACACAC. Windows color (decimal): -5396038 or 12233133. OLE color: 12233133.

HSL color Cylindrical-coordinate representation of color #ADA9BA: hue angle of 254.12º degrees, saturation: 0.11, 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 #ADA9BA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 169 186 -
CMYK 0.07 0.09 0 0.27
HSL 254.12º 0.11% 0.7% -
HSV(B) 254.12º 0.09% 0.73% -
XYZ 40.28 40.81 52.21 -
YUV 172.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 173 169 186 0.07 0.09 0 0.27 254.12 0.11 0.7
Hex AD A9 BA 7 9 0 1B FE B 46
Octal 255 251 272 7 11 0 33 376 13 106
Binary 10101101 10101001 10111010 111 1001 0 11011 11111110 1011 1000110

Color Harmonies of #ADA9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9BA

Black with #ADA9BA

Text Example


Text Example

White with #ADA9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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