#A3493B

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

Shades of Cognac #A3493B

Tints of Cognac #A3493B

Color information

#A3493B (or 0xA3493B) is unknown color: approx Cognac. HEX triplet: A3, 49 and 3B. RGB value is (163,73,59). Sum of RGB (Red+Green+Blue) = 163+73+59=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3493B is #5CB6C4. Grayscale: #626262. Windows color (decimal): -6076101 or 3885475. OLE color: 3885475.

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

Color convert

RGB1637359-
CMYK00.550.640.36
HSL8.08º46.85%43.53%-
HSV(B)8.08º63.8%63.92%-
XYZ18.2812.875.66-
YUV98.31105.82174.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 59 (23.44% from 255) = 20%
R=55.25%
G=24.75%
B=20%

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
Decimal163735900.550.640.368.0846.8543.53
HexA3493B037402482f2c
Octal2431117306710044105754
Binary101000111001001111011011011110000001001001000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3493B; }

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

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

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

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

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

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

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

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