#A14037

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

Shades of Cognac #A14037

Tints of Cognac #A14037

Color information

#A14037 (or 0xA14037) is unknown color: approx Cognac. HEX triplet: A1, 40 and 37. RGB value is (161,64,55). Sum of RGB (Red+Green+Blue) = 161+64+55=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A14037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14037 is #5EBFC8. Grayscale: #5C5C5C. Windows color (decimal): -6209481 or 3621025. OLE color: 3621025.

HSL color Cylindrical-coordinate representation of color #A14037: hue angle of 5.09º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14037 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1616455-
CMYK00.600.660.37
HSL5.09º49.07%42.35%-
HSV(B)5.09º65.84%63.14%-
XYZ17.2211.524.93-
YUV91.98107.14177.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.5%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=57.5%
G=22.86%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161645500.600.660.375.0949.0742.35
HexA1403703C42255312a
Octal241100670741024556152
Binary10100001100000011011101111001000010100101101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14037; }

 p { color: rgb(161,64,55); }

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

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

 a { background-color: rgb(161,64,55); }

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

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

 span { border-color: rgb(161,64,55); }

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