Html Css Color HEX #AD9DB0 Chatelle

📋 copy color: '#AD9DB0'

red 173 ◦ green 157 ◦ blue 176

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

Shades of Chatelle #AD9DB0

Tints of Chatelle #AD9DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

 BLUE value IS 176 (69.14% from 255) = 34.78%

R = 34.19%
G = 31.03%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD9DB0 (or 0xAD9DB0) is known color: Chatelle. HEX triplet: AD, 9D and B0. RGB value is (173,157,176). Sum of RGB (Red+Green+Blue) = 173+157+176=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD9DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DB0 is #52624F. Grayscale: #A3A3A3. Windows color (decimal): -5399120 or 11574701. OLE color: 11574701.

HSL color Cylindrical-coordinate representation of color #AD9DB0: hue angle of 290.53º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AD9DB0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 157 176 -
CMYK 0.02 0.11 0 0.31
HSL 290.53º 0.11% 0.65% -
HSV(B) 290.53º 0.11% 0.69% -
XYZ 37.13 36.13 46.09 -
YUV 163.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 173 157 176 0.02 0.11 0 0.31 290.53 0.11 0.65
Hex AD 9D B0 2 B 0 1F 123 B 41
Octal 255 235 260 2 13 0 37 443 13 101
Binary 10101101 10011101 10110000 10 1011 0 11111 100100011 1011 1000001

Color Harmonies of #AD9DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DB0

Black with #AD9DB0

Text Example


Text Example

White with #AD9DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DB0; }

 p { color: rgb(173,157,176); }

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

background-color css

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

 a { background-color: rgb(173,157,176); }

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

border-color css

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

 span { border-color: rgb(173,157,176); }

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