#A14C3D

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

Shades of Cognac #A14C3D

Tints of Cognac #A14C3D

Color information

#A14C3D (or 0xA14C3D) is unknown color: approx Cognac. HEX triplet: A1, 4C and 3D. RGB value is (161,76,61). Sum of RGB (Red+Green+Blue) = 161+76+61=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C3D is #5EB3C2. Grayscale: #636363. Windows color (decimal): -6206403 or 4017313. OLE color: 4017313.

HSL color Cylindrical-coordinate representation of color #A14C3D: hue angle of 9º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A14C3D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1617661-
CMYK00.530.620.37
HSL45.05%43.53%-
HSV(B)62.11%63.14%-
XYZ18.1213.085.98-
YUV99.7106.16171.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=54.03%
G=25.50%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161766100.530.620.37945.0543.53
HexA14C3D0353E2592d2c
Octal241114750657645115554
Binary10100001100110011110101101011111101001011001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C3D; }

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

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

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

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

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

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

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

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