Html Css Color HEX #ADAAB7 Spun Pearl

📋 copy color: '#ADAAB7'

red 173 ◦ green 170 ◦ blue 183

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

Shades of Spun Pearl #ADAAB7

Tints of Spun Pearl #ADAAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.32%

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

R = 32.89%
G = 32.32%
B = 34.79%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ADAAB7 (or 0xADAAB7) is known color: Spun Pearl. HEX triplet: AD, AA and B7. RGB value is (173,170,183). Sum of RGB (Red+Green+Blue) = 173+170+183=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADAAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB7 is #525548. Grayscale: #ACACAC. Windows color (decimal): -5395785 or 12036781. OLE color: 12036781.

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

Color convert

RGB 173 170 183 -
CMYK 0.05 0.07 0 0.28
HSL 253.85º 0.08% 0.69% -
HSV(B) 253.85º 0.07% 0.72% -
XYZ 40.16 41.05 50.61 -
YUV 172.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 173 170 183 0.05 0.07 0 0.28 253.85 0.08 0.69
Hex AD AA B7 5 7 0 1C FE 8 45
Octal 255 252 267 5 7 0 34 376 10 105
Binary 10101101 10101010 10110111 101 111 0 11100 11111110 1000 1000101

Color Harmonies of #ADAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAB7

Black with #ADAAB7

Text Example


Text Example

White with #ADAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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