Html Css Color HEX #ADA0B5 Chatelle

📋 copy color: '#ADA0B5'

red 173 ◦ green 160 ◦ blue 181

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

Shades of Chatelle #ADA0B5

Tints of Chatelle #ADA0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.21%

R = 33.66%
G = 31.13%
B = 35.21%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADA0B5 (or 0xADA0B5) is known color: Chatelle. HEX triplet: AD, A0 and B5. RGB value is (173,160,181). Sum of RGB (Red+Green+Blue) = 173+160+181=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADA0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0B5 is #525F4A. Grayscale: #A6A6A6. Windows color (decimal): -5398347 or 11903149. OLE color: 11903149.

HSL color Cylindrical-coordinate representation of color #ADA0B5: hue angle of 277.14º degrees, saturation: 0.12, 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 #ADA0B5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 160 181 -
CMYK 0.04 0.12 0 0.29
HSL 277.14º 0.12% 0.67% -
HSV(B) 277.14º 0.12% 0.71% -
XYZ 38.14 37.36 48.92 -
YUV 166.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 173 160 181 0.04 0.12 0 0.29 277.14 0.12 0.67
Hex AD A0 B5 4 C 0 1D 115 C 43
Octal 255 240 265 4 14 0 35 425 14 103
Binary 10101101 10100000 10110101 100 1100 0 11101 100010101 1100 1000011

Color Harmonies of #ADA0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0B5

Black with #ADA0B5

Text Example


Text Example

White with #ADA0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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