Html Css Color HEX #ADA2BA Chatelle

📋 copy color: '#ADA2BA'

red 173 ◦ green 162 ◦ blue 186

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

Shades of Chatelle #ADA2BA

Tints of Chatelle #ADA2BA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.09%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 33.21%
G = 31.09%
B = 35.7%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADA2BA (or 0xADA2BA) is known color: Chatelle. HEX triplet: AD, A2 and BA. RGB value is (173,162,186). Sum of RGB (Red+Green+Blue) = 173+162+186=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BA is #525D45. Grayscale: #A7A7A7. Windows color (decimal): -5397830 or 12231341. OLE color: 12231341.

HSL color Cylindrical-coordinate representation of color #ADA2BA: hue angle of 267.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA2BA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 162 186 -
CMYK 0.07 0.13 0 0.27
HSL 267.5º 0.15% 0.68% -
HSV(B) 267.5º 0.13% 0.73% -
XYZ 39.02 38.27 51.78 -
YUV 168.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 173 162 186 0.07 0.13 0 0.27 267.5 0.15 0.68
Hex AD A2 BA 7 D 0 1B 10C F 44
Octal 255 242 272 7 15 0 33 414 17 104
Binary 10101101 10100010 10111010 111 1101 0 11011 100001100 1111 1000100

Color Harmonies of #ADA2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2BA

Black with #ADA2BA

Text Example


Text Example

White with #ADA2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2BA; }

 p { color: rgb(173,162,186); }

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

background-color css

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

 a { background-color: rgb(173,162,186); }

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

border-color css

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

 span { border-color: rgb(173,162,186); }

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