#A14939

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

Shades of Cognac #A14939

Tints of Cognac #A14939

Color information

#A14939 (or 0xA14939) is unknown color: approx Cognac. HEX triplet: A1, 49 and 39. RGB value is (161,73,57). Sum of RGB (Red+Green+Blue) = 161+73+57=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A14939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14939 is #5EB6C6. Grayscale: #616161. Windows color (decimal): -6207175 or 3754401. OLE color: 3754401.

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

Color convert

RGB1617357-
CMYK00.550.650.37
HSL9.23º47.71%42.75%-
HSV(B)9.23º64.6%63.14%-
XYZ17.8212.645.37-
YUV97.49105.15173.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.33%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=55.33%
G=25.09%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161735700.550.650.379.2347.7142.75
HexA1493903741259302b
Octal2411117106710145116053
Binary101000011001001111001011011110000011001011001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14939; }

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

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

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

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

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

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

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

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