#A0443B

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

Shades of Cognac #A0443B

Tints of Cognac #A0443B

Color information

#A0443B (or 0xA0443B) is unknown color: approx Cognac. HEX triplet: A0, 44 and 3B. RGB value is (160,68,59). Sum of RGB (Red+Green+Blue) = 160+68+59=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0443B is #5FBBC4. Grayscale: #5E5E5E. Windows color (decimal): -6273989 or 3884192. OLE color: 3884192.

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

Color convert

RGB1606859-
CMYK00.570.630.37
HSL5.35º46.12%42.94%-
HSV(B)5.35º63.13%62.75%-
XYZ17.3511.925.52-
YUV94.48107.98174.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=55.75%
G=23.69%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160685900.570.630.375.3546.1242.94
HexA0443B0393F2552e2b
Octal24010473071774555653
Binary1010000010001001110110111001111111100101101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0443B; }

 p { color: rgb(160,68,59); }

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

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

 a { background-color: rgb(160,68,59); }

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

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

 span { border-color: rgb(160,68,59); }

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