Html Css Color HEX #ADA0B9 Chatelle

📋 copy color: '#ADA0B9'

red 173 ◦ green 160 ◦ blue 185

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

Shades of Chatelle #ADA0B9

Tints of Chatelle #ADA0B9

RGB

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

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

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

R = 33.4%
G = 30.89%
B = 35.71%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADA0B9 (or 0xADA0B9) is known color: Chatelle. HEX triplet: AD, A0 and B9. RGB value is (173,160,185). Sum of RGB (Red+Green+Blue) = 173+160+185=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADA0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0B9 is #525F46. Grayscale: #A6A6A6. Windows color (decimal): -5398343 or 12165293. OLE color: 12165293.

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

Color convert

RGB 173 160 185 -
CMYK 0.06 0.14 0 0.27
HSL 271.2º 0.15% 0.68% -
HSV(B) 271.2º 0.14% 0.73% -
XYZ 38.56 37.53 51.11 -
YUV 166.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 173 160 185 0.06 0.14 0 0.27 271.2 0.15 0.68
Hex AD A0 B9 6 E 0 1B 10F F 44
Octal 255 240 271 6 16 0 33 417 17 104
Binary 10101101 10100000 10111001 110 1110 0 11011 100001111 1111 1000100

Color Harmonies of #ADA0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0B9

Black with #ADA0B9

Text Example


Text Example

White with #ADA0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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