#A14739

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

Shades of Cognac #A14739

Tints of Cognac #A14739

Color information

#A14739 (or 0xA14739) is unknown color: approx Cognac. HEX triplet: A1, 47 and 39. RGB value is (161,71,57). Sum of RGB (Red+Green+Blue) = 161+71+57=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A14739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14739 is #5EB8C6. Grayscale: #606060. Windows color (decimal): -6207687 or 3753889. OLE color: 3753889.

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

Color convert

RGB1617157-
CMYK00.560.650.37
HSL8.08º47.71%42.75%-
HSV(B)8.08º64.6%63.14%-
XYZ17.6912.385.33-
YUV96.31105.82174.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=55.71%
G=24.57%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161715700.560.650.378.0847.7142.75
HexA1473903841258302b
Octal2411077107010145106053
Binary101000011000111111001011100010000011001011000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14739; }

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

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

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

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

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

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

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

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