Html Css Color HEX #ADA0B4 Chatelle

📋 copy color: '#ADA0B4'

red 173 ◦ green 160 ◦ blue 180

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

Shades of Chatelle #ADA0B4

Tints of Chatelle #ADA0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.09%

R = 33.72%
G = 31.19%
B = 35.09%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADA0B4 (or 0xADA0B4) is known color: Chatelle. HEX triplet: AD, A0 and B4. RGB value is (173,160,180). Sum of RGB (Red+Green+Blue) = 173+160+180=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0B4 is #525F4B. Grayscale: #A6A6A6. Windows color (decimal): -5398348 or 11837613. OLE color: 11837613.

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

Color convert

RGB 173 160 180 -
CMYK 0.04 0.11 0 0.29
HSL 279º 0.12% 0.67% -
HSV(B) 279º 0.11% 0.71% -
XYZ 38.04 37.32 48.38 -
YUV 166.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 173 160 180 0.04 0.11 0 0.29 279 0.12 0.67
Hex AD A0 B4 4 B 0 1D 117 C 43
Octal 255 240 264 4 13 0 35 427 14 103
Binary 10101101 10100000 10110100 100 1011 0 11101 100010111 1100 1000011

Color Harmonies of #ADA0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0B4

Black with #ADA0B4

Text Example


Text Example

White with #ADA0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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