Html Css Color HEX #AD9FB4 Chatelle

📋 copy color: '#AD9FB4'

red 173 ◦ green 159 ◦ blue 180

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

Shades of Chatelle #AD9FB4

Tints of Chatelle #AD9FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.05%

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

R = 33.79%
G = 31.05%
B = 35.16%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD9FB4 (or 0xAD9FB4) is known color: Chatelle. HEX triplet: AD, 9F and B4. RGB value is (173,159,180). Sum of RGB (Red+Green+Blue) = 173+159+180=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD9FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FB4 is #52604B. Grayscale: #A5A5A5. Windows color (decimal): -5398604 or 11837357. OLE color: 11837357.

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

Color convert

RGB 173 159 180 -
CMYK 0.04 0.12 0 0.29
HSL 280º 0.12% 0.66% -
HSV(B) 280º 0.12% 0.71% -
XYZ 37.87 36.98 48.32 -
YUV 165.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 173 159 180 0.04 0.12 0 0.29 280 0.12 0.66
Hex AD 9F B4 4 C 0 1D 118 C 42
Octal 255 237 264 4 14 0 35 430 14 102
Binary 10101101 10011111 10110100 100 1100 0 11101 100011000 1100 1000010

Color Harmonies of #AD9FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FB4

Black with #AD9FB4

Text Example


Text Example

White with #AD9FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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