Html Css Color HEX #AD9AB0 Chatelle

📋 copy color: '#AD9AB0'

red 173 ◦ green 154 ◦ blue 176

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

Shades of Chatelle #AD9AB0

Tints of Chatelle #AD9AB0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

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

R = 34.39%
G = 30.62%
B = 34.99%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD9AB0 (or 0xAD9AB0) is known color: Chatelle. HEX triplet: AD, 9A and B0. RGB value is (173,154,176). Sum of RGB (Red+Green+Blue) = 173+154+176=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD9AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AB0 is #52654F. Grayscale: #A2A2A2. Windows color (decimal): -5399888 or 11573933. OLE color: 11573933.

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

Color convert

RGB 173 154 176 -
CMYK 0.02 0.12 0 0.31
HSL 291.82º 0.12% 0.65% -
HSV(B) 291.82º 0.13% 0.69% -
XYZ 36.63 35.13 45.92 -
YUV 162.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 173 154 176 0.02 0.12 0 0.31 291.82 0.12 0.65
Hex AD 9A B0 2 C 0 1F 124 C 41
Octal 255 232 260 2 14 0 37 444 14 101
Binary 10101101 10011010 10110000 10 1100 0 11111 100100100 1100 1000001

Color Harmonies of #AD9AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AB0

Black with #AD9AB0

Text Example


Text Example

White with #AD9AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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