#AD9EB7

Color #AD9EB7 Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #AD9EB7

Tints of Chatelle #AD9EB7

Color information

#AD9EB7 (or 0xAD9EB7) is unknown color: approx Chatelle. HEX triplet: AD, 9E and B7. RGB value is (173,158,183). Sum of RGB (Red+Green+Blue) = 173+158+183=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD9EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EB7 is #526148. Grayscale: #A5A5A5. Windows color (decimal): -5398857 or 12033709. OLE color: 12033709.

HSL color Cylindrical-coordinate representation of color #AD9EB7: hue angle of 276º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD9EB7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB173158183-
CMYK0.050.1400.28
HSL276º14.79%66.86%-
HSV(B)276º13.66%71.76%-
XYZ38.0136.7649.89-
YUV165.33137.97133.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=33.66%
G=30.74%
B=35.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731581830.050.1400.2827614.7966.86
HexAD9EB75E01C114f43
Octal25523626751603442417103
Binary101011011001111010110111101111001110010001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EB7; }

 p { color: rgb(173,158,183); }

 H1.HeaderClassName
 {
   color: #AD9EB7;
 }
 .AnyTagClassName
 {
   color: #AD9EB7;
 }
</style>
background-color css

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

 a { background-color: rgb(173,158,183); }

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

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

 span { border-color: rgb(173,158,183); }

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