#A0493A

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

Shades of Cognac #A0493A

Tints of Cognac #A0493A

Color information

#A0493A (or 0xA0493A) is unknown color: approx Cognac. HEX triplet: A0, 49 and 3A. RGB value is (160,73,58). Sum of RGB (Red+Green+Blue) = 160+73+58=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0493A is #5FB6C5. Grayscale: #616161. Windows color (decimal): -6272710 or 3819936. OLE color: 3819936.

HSL color Cylindrical-coordinate representation of color #A0493A: hue angle of 8.82º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0493A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1607358-
CMYK00.540.640.37
HSL8.82º46.79%42.75%-
HSV(B)8.82º63.75%62.75%-
XYZ17.6412.545.49-
YUV97.3105.82172.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=54.98%
G=25.09%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160735800.540.640.378.8246.7942.75
HexA0493A036402592f2b
Octal2401117206610045115753
Binary101000001001001111010011011010000001001011001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0493A; }

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

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

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

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

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

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

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

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