Html Css Color HEX #ADAAB6 Spun Pearl

📋 copy color: '#ADAAB6'

red 173 ◦ green 170 ◦ blue 182

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

Shades of Spun Pearl #ADAAB6

Tints of Spun Pearl #ADAAB6

RGB

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

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

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

R = 32.95%
G = 32.38%
B = 34.67%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADAAB6 (or 0xADAAB6) is known color: Spun Pearl. HEX triplet: AD, AA and B6. RGB value is (173,170,182). Sum of RGB (Red+Green+Blue) = 173+170+182=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADAAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB6 is #525549. Grayscale: #ACACAC. Windows color (decimal): -5395786 or 11971245. OLE color: 11971245.

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

Color convert

RGB 173 170 182 -
CMYK 0.05 0.07 0 0.29
HSL 255º 0.08% 0.69% -
HSV(B) 255º 0.07% 0.71% -
XYZ 40.05 41.01 50.06 -
YUV 172.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 173 170 182 0.05 0.07 0 0.29 255 0.08 0.69
Hex AD AA B6 5 7 0 1D FF 8 45
Octal 255 252 266 5 7 0 35 377 10 105
Binary 10101101 10101010 10110110 101 111 0 11101 11111111 1000 1000101

Color Harmonies of #ADAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAB6

Black with #ADAAB6

Text Example


Text Example

White with #ADAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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