Html Css Color HEX #ADACB7 Spun Pearl

📋 copy color: '#ADACB7'

red 173 ◦ green 172 ◦ blue 183

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

Shades of Spun Pearl #ADACB7

Tints of Spun Pearl #ADACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.58%

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

R = 32.77%
G = 32.58%
B = 34.66%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ADACB7 (or 0xADACB7) is known color: Spun Pearl. HEX triplet: AD, AC and B7. RGB value is (173,172,183). Sum of RGB (Red+Green+Blue) = 173+172+183=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACB7 is #525348. Grayscale: #ADADAD. Windows color (decimal): -5395273 or 12037293. OLE color: 12037293.

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

Color convert

RGB 173 172 183 -
CMYK 0.05 0.06 0 0.28
HSL 245.45º 0.07% 0.7% -
HSV(B) 245.45º 0.06% 0.72% -
XYZ 40.53 41.81 50.73 -
YUV 173.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 173 172 183 0.05 0.06 0 0.28 245.45 0.07 0.7
Hex AD AC B7 5 6 0 1C F5 7 46
Octal 255 254 267 5 6 0 34 365 7 106
Binary 10101101 10101100 10110111 101 110 0 11100 11110101 111 1000110

Color Harmonies of #ADACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACB7

Black with #ADACB7

Text Example


Text Example

White with #ADACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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