#ADC7A6

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

Shades of Rainee #ADC7A6

Tints of Rainee #ADC7A6

Color information

#ADC7A6 (or 0xADC7A6) is unknown color: approx Rainee. HEX triplet: AD, C7 and A6. RGB value is (173,199,166). Sum of RGB (Red+Green+Blue) = 173+199+166=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC7A6 is #523859. Grayscale: #BBBBBB. Windows color (decimal): -5388378 or 10930093. OLE color: 10930093.

HSL color Cylindrical-coordinate representation of color #ADC7A6: hue angle of 107.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC7A6 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB173199166-
CMYK0.1300.170.22
HSL107.27º22.76%71.57%-
HSV(B)107.27º16.58%78.04%-
XYZ44.5452.4843.86-
YUV187.46115.89117.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 166 (65.23% from 255) = 30.86%
R=32.16%
G=36.99%
B=30.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991660.1300.170.22107.2722.7671.57
HexADC7A6D011166b1748
Octal255307246150212615327110
Binary1010110111000111101001101101010001101101101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7A6; }

 p { color: rgb(173,199,166); }

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

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

 a { background-color: rgb(173,199,166); }

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

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

 span { border-color: rgb(173,199,166); }

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