Html Css Color HEX #ADC4AA Rainee

📋 copy color: '#ADC4AA'

red 173 ◦ green 196 ◦ blue 170

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

Shades of Rainee #ADC4AA

Tints of Rainee #ADC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

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

R = 32.1%
G = 36.36%
B = 31.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#ADC4AA (or 0xADC4AA) is known color: Rainee. HEX triplet: AD, C4 and AA. RGB value is (173,196,170). Sum of RGB (Red+Green+Blue) = 173+196+170=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4AA is #523B55. Grayscale: #BABABA. Windows color (decimal): -5389142 or 11191469. OLE color: 11191469.

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

Color convert

RGB 173 196 170 -
CMYK 0.12 0 0.13 0.23
HSL 113.08º 0.18% 0.72% -
HSV(B) 113.08º 0.13% 0.77% -
XYZ 44.23 51.27 45.59 -
YUV 186.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 173 196 170 0.12 0 0.13 0.23 113.08 0.18 0.72
Hex AD C4 AA C 0 D 17 71 12 48
Octal 255 304 252 14 0 15 27 161 22 110
Binary 10101101 11000100 10101010 1100 0 1101 10111 1110001 10010 1001000

Color Harmonies of #ADC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4AA

Black with #ADC4AA

Text Example


Text Example

White with #ADC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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