Html Css Color HEX #ADACB9 Spun Pearl

📋 copy color: '#ADACB9'

red 173 ◦ green 172 ◦ blue 185

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

Shades of Spun Pearl #ADACB9

Tints of Spun Pearl #ADACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 32.64%
G = 32.45%
B = 34.91%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADACB9 (or 0xADACB9) is known color: Spun Pearl. HEX triplet: AD, AC and B9. RGB value is (173,172,185). Sum of RGB (Red+Green+Blue) = 173+172+185=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACB9 is #525346. Grayscale: #ADADAD. Windows color (decimal): -5395271 or 12168365. OLE color: 12168365.

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

Color convert

RGB 173 172 185 -
CMYK 0.06 0.07 0 0.27
HSL 244.62º 0.08% 0.7% -
HSV(B) 244.62º 0.07% 0.73% -
XYZ 40.74 41.89 51.84 -
YUV 173.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 173 172 185 0.06 0.07 0 0.27 244.62 0.08 0.7
Hex AD AC B9 6 7 0 1B F5 8 46
Octal 255 254 271 6 7 0 33 365 10 106
Binary 10101101 10101100 10111001 110 111 0 11011 11110101 1000 1000110

Color Harmonies of #ADACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACB9

Black with #ADACB9

Text Example


Text Example

White with #ADACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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