Html Css Color HEX #ADA1BA Chatelle

📋 copy color: '#ADA1BA'

red 173 ◦ green 161 ◦ blue 186

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

Shades of Chatelle #ADA1BA

Tints of Chatelle #ADA1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.96%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 33.27%
G = 30.96%
B = 35.77%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADA1BA (or 0xADA1BA) is known color: Chatelle. HEX triplet: AD, A1 and BA. RGB value is (173,161,186). Sum of RGB (Red+Green+Blue) = 173+161+186=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1BA is #525E45. Grayscale: #A7A7A7. Windows color (decimal): -5398086 or 12231085. OLE color: 12231085.

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

Color convert

RGB 173 161 186 -
CMYK 0.07 0.13 0 0.27
HSL 268.8º 0.15% 0.68% -
HSV(B) 268.8º 0.13% 0.73% -
XYZ 38.84 37.92 51.73 -
YUV 167.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 173 161 186 0.07 0.13 0 0.27 268.8 0.15 0.68
Hex AD A1 BA 7 D 0 1B 10D F 44
Octal 255 241 272 7 15 0 33 415 17 104
Binary 10101101 10100001 10111010 111 1101 0 11011 100001101 1111 1000100

Color Harmonies of #ADA1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1BA

Black with #ADA1BA

Text Example


Text Example

White with #ADA1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1BA; }

 p { color: rgb(173,161,186); }

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

background-color css

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

 a { background-color: rgb(173,161,186); }

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

border-color css

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

 span { border-color: rgb(173,161,186); }

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