Html Css Color HEX #ADA4B7 Chatelle

📋 copy color: '#ADA4B7'

red 173 ◦ green 164 ◦ blue 183

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

Shades of Chatelle #ADA4B7

Tints of Chatelle #ADA4B7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.54%

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 33.27%
G = 31.54%
B = 35.19%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ADA4B7 (or 0xADA4B7) is known color: Chatelle. HEX triplet: AD, A4 and B7. RGB value is (173,164,183). Sum of RGB (Red+Green+Blue) = 173+164+183=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADA4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4B7 is #525B48. Grayscale: #A8A8A8. Windows color (decimal): -5397321 or 12035245. OLE color: 12035245.

HSL color Cylindrical-coordinate representation of color #ADA4B7: hue angle of 268.42º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA4B7 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 164 183 -
CMYK 0.05 0.10 0 0.28
HSL 268.42º 0.12% 0.68% -
HSV(B) 268.42º 0.1% 0.72% -
XYZ 39.06 38.85 50.24 -
YUV 168.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 173 164 183 0.05 0.10 0 0.28 268.42 0.12 0.68
Hex AD A4 B7 5 A 0 1C 10C C 44
Octal 255 244 267 5 12 0 34 414 14 104
Binary 10101101 10100100 10110111 101 1010 0 11100 100001100 1100 1000100

Color Harmonies of #ADA4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4B7

Black with #ADA4B7

Text Example


Text Example

White with #ADA4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4B7; }

 p { color: rgb(173,164,183); }

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

background-color css

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

 a { background-color: rgb(173,164,183); }

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

border-color css

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

 span { border-color: rgb(173,164,183); }

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