#A4ACA0

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

Shades of Spring Rain #A4ACA0

Tints of Spring Rain #A4ACA0

Color information

#A4ACA0 (or 0xA4ACA0) is unknown color: approx Spring Rain. HEX triplet: A4, AC and A0. RGB value is (164,172,160). Sum of RGB (Red+Green+Blue) = 164+172+160=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #A4ACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ACA0 is #5B535F. Grayscale: #A8A8A8. Windows color (decimal): -5985120 or 10529956. OLE color: 10529956.

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

Color convert

RGB164172160-
CMYK0.0500.070.33
HSL100º6.74%65.1%-
HSV(B)100º6.98%67.45%-
XYZ36.4139.9439.05-
YUV168.24123.35124.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 160 (62.89% from 255) = 32.26%
R=33.06%
G=34.68%
B=32.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641721600.0500.070.331006.7465.1
HexA4ACA05072164741
Octal244254240507411447101
Binary101001001010110010100000101011110000111001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACA0; }

 p { color: rgb(164,172,160); }

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

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

 a { background-color: rgb(164,172,160); }

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

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

 span { border-color: rgb(164,172,160); }

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