Html Css Color HEX #ADA0B6 Chatelle

📋 copy color: '#ADA0B6'

red 173 ◦ green 160 ◦ blue 182

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

Shades of Chatelle #ADA0B6

Tints of Chatelle #ADA0B6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.07%

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

R = 33.59%
G = 31.07%
B = 35.34%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADA0B6 (or 0xADA0B6) is known color: Chatelle. HEX triplet: AD, A0 and B6. RGB value is (173,160,182). Sum of RGB (Red+Green+Blue) = 173+160+182=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADA0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0B6 is #525F49. Grayscale: #A6A6A6. Windows color (decimal): -5398346 or 11968685. OLE color: 11968685.

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

Color convert

RGB 173 160 182 -
CMYK 0.05 0.12 0 0.29
HSL 275.45º 0.13% 0.67% -
HSV(B) 275.45º 0.12% 0.71% -
XYZ 38.25 37.4 49.46 -
YUV 166.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 173 160 182 0.05 0.12 0 0.29 275.45 0.13 0.67
Hex AD A0 B6 5 C 0 1D 113 D 43
Octal 255 240 266 5 14 0 35 423 15 103
Binary 10101101 10100000 10110110 101 1100 0 11101 100010011 1101 1000011

Color Harmonies of #ADA0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0B6

Black with #ADA0B6

Text Example


Text Example

White with #ADA0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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