#A14C39

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

Shades of Cognac #A14C39

Tints of Cognac #A14C39

Color information

#A14C39 (or 0xA14C39) is unknown color: approx Cognac. HEX triplet: A1, 4C and 39. RGB value is (161,76,57). Sum of RGB (Red+Green+Blue) = 161+76+57=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C39 is #5EB3C6. Grayscale: #636363. Windows color (decimal): -6206407 or 3755169. OLE color: 3755169.

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

Color convert

RGB1617657-
CMYK00.530.650.37
HSL10.96º47.71%42.75%-
HSV(B)10.96º64.6%63.14%-
XYZ18.0213.045.44-
YUV99.25104.16172.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=54.76%
G=25.85%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161765700.530.650.3710.9647.7142.75
HexA14C390354125b302b
Octal2411147106510145136053
Binary101000011001100111001011010110000011001011011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C39; }

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

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

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

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

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

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

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

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