Html Css Color HEX #ADA3B8 Chatelle

📋 copy color: '#ADA3B8'

red 173 ◦ green 163 ◦ blue 184

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

Shades of Chatelle #ADA3B8

Tints of Chatelle #ADA3B8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.35%

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 33.27%
G = 31.35%
B = 35.38%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ADA3B8 (or 0xADA3B8) is known color: Chatelle. HEX triplet: AD, A3 and B8. RGB value is (173,163,184). Sum of RGB (Red+Green+Blue) = 173+163+184=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADA3B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3B8 is #525C47. Grayscale: #A8A8A8. Windows color (decimal): -5397576 or 12100525. OLE color: 12100525.

HSL color Cylindrical-coordinate representation of color #ADA3B8: hue angle of 268.57º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA3B8 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 163 184 -
CMYK 0.06 0.11 0 0.28
HSL 268.57º 0.13% 0.68% -
HSV(B) 268.57º 0.11% 0.72% -
XYZ 38.98 38.54 50.73 -
YUV 168.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 173 163 184 0.06 0.11 0 0.28 268.57 0.13 0.68
Hex AD A3 B8 6 B 0 1C 10D D 44
Octal 255 243 270 6 13 0 34 415 15 104
Binary 10101101 10100011 10111000 110 1011 0 11100 100001101 1101 1000100

Color Harmonies of #ADA3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA3B8

Black with #ADA3B8

Text Example


Text Example

White with #ADA3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA3B8; }

 p { color: rgb(173,163,184); }

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

background-color css

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

 a { background-color: rgb(173,163,184); }

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

border-color css

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

 span { border-color: rgb(173,163,184); }

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