#A14938

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

Shades of Cognac #A14938

Tints of Cognac #A14938

Color information

#A14938 (or 0xA14938) is unknown color: approx Cognac. HEX triplet: A1, 49 and 38. RGB value is (161,73,56). Sum of RGB (Red+Green+Blue) = 161+73+56=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14938 is #5EB6C7. Grayscale: #616161. Windows color (decimal): -6207176 or 3688865. OLE color: 3688865.

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

Color convert

RGB1617356-
CMYK00.550.650.37
HSL9.71º48.39%42.55%-
HSV(B)9.71º65.22%63.14%-
XYZ17.7912.635.24-
YUV97.37104.65173.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=55.52%
G=25.17%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161735600.550.650.379.7148.3942.55
HexA149380374125a302b
Octal2411117006710145126053
Binary101000011001001111000011011110000011001011010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14938; }

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

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

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

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

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

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

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

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