#ADC1A9

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

Shades of Rainee #ADC1A9

Tints of Rainee #ADC1A9

Color information

#ADC1A9 (or 0xADC1A9) is unknown color: approx Rainee. HEX triplet: AD, C1 and A9. RGB value is (173,193,169). Sum of RGB (Red+Green+Blue) = 173+193+169=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1A9 is #523E56. Grayscale: #B8B8B8. Windows color (decimal): -5389911 or 11125165. OLE color: 11125165.

HSL color Cylindrical-coordinate representation of color #ADC1A9: hue angle of 110º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC1A9 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB173193169-
CMYK0.1000.120.24
HSL110º16.22%70.98%-
HSV(B)110º12.44%75.69%-
XYZ43.4649.8944.87-
YUV184.28119.37119.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=32.34%
G=36.07%
B=31.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931690.1000.120.2411016.2270.98
HexADC1A9A0C186e1047
Octal255301251120143015620107
Binary101011011100000110101001101001100110001101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1A9; }

 p { color: rgb(173,193,169); }

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

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

 a { background-color: rgb(173,193,169); }

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

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

 span { border-color: rgb(173,193,169); }

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