#A14A39

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

Shades of Cognac #A14A39

Tints of Cognac #A14A39

Color information

#A14A39 (or 0xA14A39) is unknown color: approx Cognac. HEX triplet: A1, 4A and 39. RGB value is (161,74,57). Sum of RGB (Red+Green+Blue) = 161+74+57=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A39 is #5EB5C6. Grayscale: #626262. Windows color (decimal): -6206919 or 3754657. OLE color: 3754657.

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

Color convert

RGB1617457-
CMYK00.540.650.37
HSL9.81º47.71%42.75%-
HSV(B)9.81º64.6%63.14%-
XYZ17.8912.775.39-
YUV98.08104.82172.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=55.14%
G=25.34%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161745700.540.650.379.8147.7142.75
HexA14A390364125a302b
Octal2411127106610145126053
Binary101000011001010111001011011010000011001011010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A39; }

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

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

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

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

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

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

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

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