Html Css Color HEX #ADC1AA Rainee

📋 copy color: '#ADC1AA'

red 173 ◦ green 193 ◦ blue 170

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

Shades of Rainee #ADC1AA

Tints of Rainee #ADC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

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

R = 32.28%
G = 36.01%
B = 31.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#ADC1AA (or 0xADC1AA) is known color: Rainee. HEX triplet: AD, C1 and AA. RGB value is (173,193,170). Sum of RGB (Red+Green+Blue) = 173+193+170=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1AA is #523E55. Grayscale: #B8B8B8. Windows color (decimal): -5389910 or 11190701. OLE color: 11190701.

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

Color convert

RGB 173 193 170 -
CMYK 0.10 0 0.12 0.24
HSL 112.17º 0.16% 0.71% -
HSV(B) 112.17º 0.12% 0.76% -
XYZ 43.56 49.93 45.37 -
YUV 184.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 173 193 170 0.10 0 0.12 0.24 112.17 0.16 0.71
Hex AD C1 AA A 0 C 18 70 10 47
Octal 255 301 252 12 0 14 30 160 20 107
Binary 10101101 11000001 10101010 1010 0 1100 11000 1110000 10000 1000111

Color Harmonies of #ADC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1AA

Black with #ADC1AA

Text Example


Text Example

White with #ADC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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