Html Css Color HEX #AD9FB3 Chatelle

📋 copy color: '#AD9FB3'

red 173 ◦ green 159 ◦ blue 179

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

Shades of Chatelle #AD9FB3

Tints of Chatelle #AD9FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.03%

R = 33.86%
G = 31.12%
B = 35.03%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD9FB3 (or 0xAD9FB3) is known color: Chatelle. HEX triplet: AD, 9F and B3. RGB value is (173,159,179). Sum of RGB (Red+Green+Blue) = 173+159+179=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD9FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FB3 is #52604C. Grayscale: #A5A5A5. Windows color (decimal): -5398605 or 11771821. OLE color: 11771821.

HSL color Cylindrical-coordinate representation of color #AD9FB3: hue angle of 282º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AD9FB3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 159 179 -
CMYK 0.03 0.11 0 0.30
HSL 282º 0.12% 0.66% -
HSV(B) 282º 0.11% 0.7% -
XYZ 37.77 36.94 47.79 -
YUV 165.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 173 159 179 0.03 0.11 0 0.30 282 0.12 0.66
Hex AD 9F B3 3 B 0 1E 11A C 42
Octal 255 237 263 3 13 0 36 432 14 102
Binary 10101101 10011111 10110011 11 1011 0 11110 100011010 1100 1000010

Color Harmonies of #AD9FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FB3

Black with #AD9FB3

Text Example


Text Example

White with #AD9FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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