#ADC2AA

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

Shades of Rainee #ADC2AA

Tints of Rainee #ADC2AA

Color information

#ADC2AA (or 0xADC2AA) is unknown color: approx Rainee. HEX triplet: AD, C2 and AA. RGB value is (173,194,170). Sum of RGB (Red+Green+Blue) = 173+194+170=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2AA is #523D55. Grayscale: #B9B9B9. Windows color (decimal): -5389654 or 11190957. OLE color: 11190957.

HSL color Cylindrical-coordinate representation of color #ADC2AA: hue angle of 112.5º 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 #ADC2AA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB173194170-
CMYK0.1100.120.24
HSL112.5º16.44%71.37%-
HSV(B)112.5º12.37%76.08%-
XYZ43.7850.3745.45-
YUV184.98119.54119.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=32.22%
G=36.13%
B=31.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941700.1100.120.24112.516.4471.37
HexADC2AAB0C18701047
Octal255302252130143016020107
Binary101011011100001010101010101101100110001110000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2AA; }

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

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

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

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

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

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

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

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