#ADCAA1

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

Shades of Spring Rain #ADCAA1

Tints of Spring Rain #ADCAA1

Color information

#ADCAA1 (or 0xADCAA1) is unknown color: approx Spring Rain. HEX triplet: AD, CA and A1. RGB value is (173,202,161). Sum of RGB (Red+Green+Blue) = 173+202+161=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAA1 is #52355E. Grayscale: #BCBCBC. Windows color (decimal): -5387615 or 10603181. OLE color: 10603181.

HSL color Cylindrical-coordinate representation of color #ADCAA1: hue angle of 102.44º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCAA1 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB173202161-
CMYK0.1400.200.21
HSL102.44º27.89%71.18%-
HSV(B)102.44º20.3%79.22%-
XYZ44.7953.741.72-
YUV188.65112.39116.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 161 (63.28% from 255) = 30.04%
R=32.28%
G=37.69%
B=30.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021610.1400.200.21102.4427.8971.18
HexADCAA1E01415661c47
Octal255312241160242514634107
Binary1010110111001010101000011110010100101011100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAA1; }

 p { color: rgb(173,202,161); }

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

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

 a { background-color: rgb(173,202,161); }

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

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

 span { border-color: rgb(173,202,161); }

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