#A1AC9D

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

Shades of Spring Rain #A1AC9D

Tints of Spring Rain #A1AC9D

Color information

#A1AC9D (or 0xA1AC9D) is unknown color: approx Spring Rain. HEX triplet: A1, AC and 9D. RGB value is (161,172,157). Sum of RGB (Red+Green+Blue) = 161+172+157=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC9D is #5E5362. Grayscale: #A7A7A7. Windows color (decimal): -6181731 or 10333345. OLE color: 10333345.

HSL color Cylindrical-coordinate representation of color #A1AC9D: hue angle of 104º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1AC9D is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB161172157-
CMYK0.0600.090.33
HSL104º8.29%64.51%-
HSV(B)104º8.72%67.45%-
XYZ35.5439.5237.65-
YUV167122.36123.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=32.86%
G=35.10%
B=32.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721570.0600.090.331048.2964.51
HexA1AC9D6092168841
Octal24125423560114115010101
Binary10100001101011001001110111001001100001110100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC9D; }

 p { color: rgb(161,172,157); }

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

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

 a { background-color: rgb(161,172,157); }

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

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

 span { border-color: rgb(161,172,157); }

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