#A14D3C

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

Shades of Cognac #A14D3C

Tints of Cognac #A14D3C

Color information

#A14D3C (or 0xA14D3C) is unknown color: approx Cognac. HEX triplet: A1, 4D and 3C. RGB value is (161,77,60). Sum of RGB (Red+Green+Blue) = 161+77+60=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D3C is #5EB2C3. Grayscale: #646464. Windows color (decimal): -6206148 or 3952033. OLE color: 3952033.

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

Color convert

RGB1617760-
CMYK00.520.630.37
HSL10.1º45.7%43.33%-
HSV(B)10.1º62.73%63.14%-
XYZ18.1713.215.87-
YUV100.18105.33171.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=54.03%
G=25.84%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161776000.520.630.3710.145.743.33
HexA14D3C0343F25a2e2b
Octal241115740647745125653
Binary10100001100110111110001101001111111001011010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D3C; }

 p { color: rgb(161,77,60); }

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

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

 a { background-color: rgb(161,77,60); }

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

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

 span { border-color: rgb(161,77,60); }

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