Html Css Color HEX #ADACB6 Spun Pearl

📋 copy color: '#ADACB6'

red 173 ◦ green 172 ◦ blue 182

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

Shades of Spun Pearl #ADACB6

Tints of Spun Pearl #ADACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.54%

R = 32.83%
G = 32.64%
B = 34.54%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADACB6 (or 0xADACB6) is known color: Spun Pearl. HEX triplet: AD, AC and B6. RGB value is (173,172,182). Sum of RGB (Red+Green+Blue) = 173+172+182=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACB6 is #525349. Grayscale: #ADADAD. Windows color (decimal): -5395274 or 11971757. OLE color: 11971757.

HSL color Cylindrical-coordinate representation of color #ADACB6: hue angle of 246º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADACB6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 172 182 -
CMYK 0.05 0.05 0 0.29
HSL 246º 0.06% 0.69% -
HSV(B) 246º 0.05% 0.71% -
XYZ 40.43 41.77 50.19 -
YUV 173.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 173 172 182 0.05 0.05 0 0.29 246 0.06 0.69
Hex AD AC B6 5 5 0 1D F6 6 45
Octal 255 254 266 5 5 0 35 366 6 105
Binary 10101101 10101100 10110110 101 101 0 11101 11110110 110 1000101

Color Harmonies of #ADACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACB6

Black with #ADACB6

Text Example


Text Example

White with #ADACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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