#A14638

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

Shades of Cognac #A14638

Tints of Cognac #A14638

Color information

#A14638 (or 0xA14638) is unknown color: approx Cognac. HEX triplet: A1, 46 and 38. RGB value is (161,70,56). Sum of RGB (Red+Green+Blue) = 161+70+56=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A14638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14638 is #5EB9C7. Grayscale: #5F5F5F. Windows color (decimal): -6207944 or 3688097. OLE color: 3688097.

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

Color convert

RGB1617056-
CMYK00.570.650.37
HSL48.39%42.55%-
HSV(B)65.22%63.14%-
XYZ17.612.245.18-
YUV95.61105.65174.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=56.10%
G=24.39%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161705600.570.650.37848.3942.55
HexA1463803941258302b
Octal2411067007110145106053
Binary101000011000110111000011100110000011001011000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14638; }

 p { color: rgb(161,70,56); }

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

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

 a { background-color: rgb(161,70,56); }

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

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

 span { border-color: rgb(161,70,56); }

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