#A04839

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

Shades of Cognac #A04839

Tints of Cognac #A04839

Color information

#A04839 (or 0xA04839) is unknown color: approx Cognac. HEX triplet: A0, 48 and 39. RGB value is (160,72,57). Sum of RGB (Red+Green+Blue) = 160+72+57=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04839 is #5FB7C6. Grayscale: #606060. Windows color (decimal): -6272967 or 3754144. OLE color: 3754144.

HSL color Cylindrical-coordinate representation of color #A04839: hue angle of 8.74º 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 #A04839 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1607257-
CMYK00.550.640.37
HSL8.74º47.47%42.55%-
HSV(B)8.74º64.38%62.75%-
XYZ17.5512.45.34-
YUV96.6105.65173.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=55.36%
G=24.91%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160725700.550.640.378.7447.4742.55
HexA04839037402592f2b
Octal2401107106710045115753
Binary101000001001000111001011011110000001001011001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04839; }

 p { color: rgb(160,72,57); }

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

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

 a { background-color: rgb(160,72,57); }

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

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

 span { border-color: rgb(160,72,57); }

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