#AD99B1

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

Shades of Chatelle #AD99B1

Tints of Chatelle #AD99B1

Color information

#AD99B1 (or 0xAD99B1) is unknown color: approx Chatelle. HEX triplet: AD, 99 and B1. RGB value is (173,153,177). Sum of RGB (Red+Green+Blue) = 173+153+177=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99B1 is #52664E. Grayscale: #A1A1A1. Windows color (decimal): -5400143 or 11639213. OLE color: 11639213.

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

Color convert

RGB173153177-
CMYK0.020.1400.31
HSL290º13.33%64.71%-
HSV(B)290º13.56%69.41%-
XYZ36.5634.8446.39-
YUV161.72136.63136.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=34.39%
G=30.42%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731531770.020.1400.3129013.3364.71
HexAD99B12E01F122d41
Octal25523126121603744215101
Binary10101101100110011011000110111001111110010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99B1; }

 p { color: rgb(173,153,177); }

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

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

 a { background-color: rgb(173,153,177); }

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

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

 span { border-color: rgb(173,153,177); }

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