#ADC3AA

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

Shades of Rainee #ADC3AA

Tints of Rainee #ADC3AA

Color information

#ADC3AA (or 0xADC3AA) is unknown color: approx Rainee. HEX triplet: AD, C3 and AA. RGB value is (173,195,170). Sum of RGB (Red+Green+Blue) = 173+195+170=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3AA is #523C55. Grayscale: #B9B9B9. Windows color (decimal): -5389398 or 11191213. OLE color: 11191213.

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

Color convert

RGB173195170-
CMYK0.1100.130.24
HSL112.8º17.24%71.57%-
HSV(B)112.8º12.82%76.47%-
XYZ4450.8245.52-
YUV185.57119.21119.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=32.16%
G=36.25%
B=31.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951700.1100.130.24112.817.2471.57
HexADC3AAB0D18711148
Octal255303252130153016121110
Binary101011011100001110101010101101101110001110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3AA; }

 p { color: rgb(173,195,170); }

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

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

 a { background-color: rgb(173,195,170); }

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

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

 span { border-color: rgb(173,195,170); }

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