#A14937

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

Shades of Cognac #A14937

Tints of Cognac #A14937

Color information

#A14937 (or 0xA14937) is unknown color: approx Cognac. HEX triplet: A1, 49 and 37. RGB value is (161,73,55). Sum of RGB (Red+Green+Blue) = 161+73+55=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A14937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14937 is #5EB6C8. Grayscale: #616161. Windows color (decimal): -6207177 or 3623329. OLE color: 3623329.

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

Color convert

RGB1617355-
CMYK00.550.660.37
HSL10.19º49.07%42.35%-
HSV(B)10.19º65.84%63.14%-
XYZ17.7712.625.11-
YUV97.26104.15173.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=55.71%
G=25.26%
B=19.03%

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
Decimal161735500.550.660.3710.1949.0742.35
HexA149370374225a312a
Octal2411116706710245126152
Binary101000011001001110111011011110000101001011010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14937; }

 p { color: rgb(161,73,55); }

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

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

 a { background-color: rgb(161,73,55); }

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

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

 span { border-color: rgb(161,73,55); }

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