#A3ACA2

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

Shades of Spring Rain #A3ACA2

Tints of Spring Rain #A3ACA2

Color information

#A3ACA2 (or 0xA3ACA2) is unknown color: approx Spring Rain. HEX triplet: A3, AC and A2. RGB value is (163,172,162). Sum of RGB (Red+Green+Blue) = 163+172+162=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 172 - color contains mainly: green. Hex color #A3ACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ACA2 is #5C535D. Grayscale: #A8A8A8. Windows color (decimal): -6050654 or 10661027. OLE color: 10661027.

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

Color convert

RGB163172162-
CMYK0.0500.060.33
HSL114º5.68%65.49%-
HSV(B)114º5.81%67.45%-
XYZ36.3839.939.97-
YUV168.17124.52124.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=32.80%
G=34.61%
B=32.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721620.0500.060.331145.6865.49
HexA3ACA25062172641
Octal243254242506411626101
Binary101000111010110010100010101011010000111100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ACA2; }

 p { color: rgb(163,172,162); }

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

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

 a { background-color: rgb(163,172,162); }

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

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

 span { border-color: rgb(163,172,162); }

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