Html Css Color HEX #ADA4B5 Chatelle

📋 copy color: '#ADA4B5'

red 173 ◦ green 164 ◦ blue 181

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

Shades of Chatelle #ADA4B5

Tints of Chatelle #ADA4B5

RGB

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

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

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

R = 33.4%
G = 31.66%
B = 34.94%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADA4B5 (or 0xADA4B5) is known color: Chatelle. HEX triplet: AD, A4 and B5. RGB value is (173,164,181). Sum of RGB (Red+Green+Blue) = 173+164+181=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADA4B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4B5 is #525B4A. Grayscale: #A8A8A8. Windows color (decimal): -5397323 or 11904173. OLE color: 11904173.

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

Color convert

RGB 173 164 181 -
CMYK 0.04 0.09 0 0.29
HSL 271.76º 0.1% 0.68% -
HSV(B) 271.76º 0.09% 0.71% -
XYZ 38.85 38.77 49.15 -
YUV 168.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 173 164 181 0.04 0.09 0 0.29 271.76 0.1 0.68
Hex AD A4 B5 4 9 0 1D 110 A 44
Octal 255 244 265 4 11 0 35 420 12 104
Binary 10101101 10100100 10110101 100 1001 0 11101 100010000 1010 1000100

Color Harmonies of #ADA4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4B5

Black with #ADA4B5

Text Example


Text Example

White with #ADA4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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