#A3ABA0

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

Shades of Spring Rain #A3ABA0

Tints of Spring Rain #A3ABA0

Color information

#A3ABA0 (or 0xA3ABA0) is unknown color: approx Spring Rain. HEX triplet: A3, AB and A0. RGB value is (163,171,160). Sum of RGB (Red+Green+Blue) = 163+171+160=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 171 - color contains mainly: green. Hex color #A3ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABA0 is #5C545F. Grayscale: #A7A7A7. Windows color (decimal): -6050912 or 10529699. OLE color: 10529699.

HSL color Cylindrical-coordinate representation of color #A3ABA0: hue angle of 103.64º 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 #A3ABA0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB163171160-
CMYK0.0500.060.33
HSL103.64º6.15%64.9%-
HSV(B)103.64º6.43%67.06%-
XYZ36.0139.4538.97-
YUV167.35123.85124.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=33.00%
G=34.62%
B=32.39%

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
Decimal1631711600.0500.060.33103.646.1564.9
HexA3ABA05062168641
Octal243253240506411506101
Binary101000111010101110100000101011010000111010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABA0; }

 p { color: rgb(163,171,160); }

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

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

 a { background-color: rgb(163,171,160); }

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

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

 span { border-color: rgb(163,171,160); }

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