#A04837

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

Shades of Cognac #A04837

Tints of Cognac #A04837

Color information

#A04837 (or 0xA04837) is unknown color: approx Cognac. HEX triplet: A0, 48 and 37. RGB value is (160,72,55). Sum of RGB (Red+Green+Blue) = 160+72+55=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A04837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04837 is #5FB7C8. Grayscale: #606060. Windows color (decimal): -6272969 or 3623072. OLE color: 3623072.

HSL color Cylindrical-coordinate representation of color #A04837: hue angle of 9.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04837 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1607255-
CMYK00.550.660.37
HSL9.71º48.84%42.16%-
HSV(B)9.71º65.62%62.75%-
XYZ17.512.385.08-
YUV96.37104.65173.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=55.75%
G=25.09%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160725500.550.660.379.7148.8442.16
HexA048370374225a312a
Octal2401106706710245126152
Binary101000001001000110111011011110000101001011010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04837; }

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

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

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

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

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

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

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

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