#A3493A

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

Shades of Cognac #A3493A

Tints of Cognac #A3493A

Color information

#A3493A (or 0xA3493A) is unknown color: approx Cognac. HEX triplet: A3, 49 and 3A. RGB value is (163,73,58). Sum of RGB (Red+Green+Blue) = 163+73+58=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3493A is #5CB6C5. Grayscale: #626262. Windows color (decimal): -6076102 or 3819939. OLE color: 3819939.

HSL color Cylindrical-coordinate representation of color #A3493A: hue angle of 8.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3493A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1637358-
CMYK00.550.640.36
HSL8.57º47.51%43.33%-
HSV(B)8.57º64.42%63.92%-
XYZ18.2512.865.52-
YUV98.2105.32174.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=55.44%
G=24.83%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163735800.550.640.368.5747.5143.33
HexA3493A03740249302b
Octal2431117206710044116053
Binary101000111001001111010011011110000001001001001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3493A; }

 p { color: rgb(163,73,58); }

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

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

 a { background-color: rgb(163,73,58); }

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

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

 span { border-color: rgb(163,73,58); }

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