#AD98B1

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

Shades of Chatelle #AD98B1

Tints of Chatelle #AD98B1

Color information

#AD98B1 (or 0xAD98B1) is unknown color: approx Chatelle. HEX triplet: AD, 98 and B1. RGB value is (173,152,177). Sum of RGB (Red+Green+Blue) = 173+152+177=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD98B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98B1 is #52674E. Grayscale: #A1A1A1. Windows color (decimal): -5400399 or 11638957. OLE color: 11638957.

HSL color Cylindrical-coordinate representation of color #AD98B1: hue angle of 290.4º degrees, saturation: 0.14, 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 #AD98B1 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173152177-
CMYK0.020.1400.31
HSL290.4º13.81%64.51%-
HSV(B)290.4º14.12%69.41%-
XYZ36.434.5246.34-
YUV161.13136.96136.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=34.46%
G=30.28%
B=35.26%

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
Decimal1731521770.020.1400.31290.413.8164.51
HexAD98B12E01F122e41
Octal25523026121603744216101
Binary10101101100110001011000110111001111110010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98B1; }

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

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

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

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

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

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

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

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