Html Css Color HEX #ADA2B4 Chatelle

📋 copy color: '#ADA2B4'

red 173 ◦ green 162 ◦ blue 180

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

Shades of Chatelle #ADA2B4

Tints of Chatelle #ADA2B4

RGB

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

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

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

R = 33.59%
G = 31.46%
B = 34.95%

CMYK

 C value IS 0.04

 M value IS 0.1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADA2B4 (or 0xADA2B4) is known color: Chatelle. HEX triplet: AD, A2 and B4. RGB value is (173,162,180). Sum of RGB (Red+Green+Blue) = 173+162+180=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2B4 is #525D4B. Grayscale: #A7A7A7. Windows color (decimal): -5397836 or 11838125. OLE color: 11838125.

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

Color convert

RGB 173 162 180 -
CMYK 0.04 0.1 0 0.29
HSL 276.67º 0.11% 0.67% -
HSV(B) 276.67º 0.1% 0.71% -
XYZ 38.39 38.02 48.5 -
YUV 167.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 173 162 180 0.04 0.1 0 0.29 276.67 0.11 0.67
Hex AD A2 B4 4 A 0 1D 115 B 43
Octal 255 242 264 4 12 0 35 425 13 103
Binary 10101101 10100010 10110100 100 1010 0 11101 100010101 1011 1000011

Color Harmonies of #ADA2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2B4

Black with #ADA2B4

Text Example


Text Example

White with #ADA2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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