Html Css Color HEX #ADC0AA Rainee

📋 copy color: '#ADC0AA'

red 173 ◦ green 192 ◦ blue 170

#ADC0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #ADC0AA

Tints of Rainee #ADC0AA

RGB

 RED value IS 173 (67.97% from 255) = 32.34%

 GREEN value IS 192 (75.39% from 255) = 35.89%

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 32.34%
G = 35.89%
B = 31.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#ADC0AA (or 0xADC0AA) is known color: Rainee. HEX triplet: AD, C0 and AA. RGB value is (173,192,170). Sum of RGB (Red+Green+Blue) = 173+192+170=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0AA is #523F55. Grayscale: #B7B7B7. Windows color (decimal): -5390166 or 11190445. OLE color: 11190445.

HSL color Cylindrical-coordinate representation of color #ADC0AA: hue angle of 111.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC0AA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 170 -
CMYK 0.10 0 0.11 0.25
HSL 111.82º 0.15% 0.71% -
HSV(B) 111.82º 0.11% 0.75% -
XYZ 43.34 49.49 45.3 -
YUV 183.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 173 192 170 0.10 0 0.11 0.25 111.82 0.15 0.71
Hex AD C0 AA A 0 B 19 70 F 47
Octal 255 300 252 12 0 13 31 160 17 107
Binary 10101101 11000000 10101010 1010 0 1011 11001 1110000 1111 1000111

Color Harmonies of #ADC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0AA

Black with #ADC0AA

Text Example


Text Example

White with #ADC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0AA; }

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

 H1.HeaderClassName
 {
   color: #ADC0AA;
 }
 .AnyTagClassName
 {
   color: #ADC0AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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