Html Css Color HEX #ADA8B7 Spun Pearl

📋 copy color: '#ADA8B7'

red 173 ◦ green 168 ◦ blue 183

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

Shades of Spun Pearl #ADA8B7

Tints of Spun Pearl #ADA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.06%

 BLUE value IS 183 (71.88% from 255) = 34.92%

R = 33.02%
G = 32.06%
B = 34.92%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ADA8B7 (or 0xADA8B7) is known color: Spun Pearl. HEX triplet: AD, A8 and B7. RGB value is (173,168,183). Sum of RGB (Red+Green+Blue) = 173+168+183=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADA8B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8B7 is #525748. Grayscale: #ABABAB. Windows color (decimal): -5396297 or 12036269. OLE color: 12036269.

HSL color Cylindrical-coordinate representation of color #ADA8B7: hue angle of 260º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA8B7 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 168 183 -
CMYK 0.05 0.08 0 0.28
HSL 260º 0.09% 0.69% -
HSV(B) 260º 0.08% 0.72% -
XYZ 39.78 40.31 50.48 -
YUV 171.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 173 168 183 0.05 0.08 0 0.28 260 0.09 0.69
Hex AD A8 B7 5 8 0 1C 104 9 45
Octal 255 250 267 5 10 0 34 404 11 105
Binary 10101101 10101000 10110111 101 1000 0 11100 100000100 1001 1000101

Color Harmonies of #ADA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8B7

Black with #ADA8B7

Text Example


Text Example

White with #ADA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8B7; }

 p { color: rgb(173,168,183); }

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

background-color css

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

 a { background-color: rgb(173,168,183); }

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

border-color css

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

 span { border-color: rgb(173,168,183); }

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