#A14538

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

Shades of Cognac #A14538

Tints of Cognac #A14538

Color information

#A14538 (or 0xA14538) is unknown color: approx Cognac. HEX triplet: A1, 45 and 38. RGB value is (161,69,56). Sum of RGB (Red+Green+Blue) = 161+69+56=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A14538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14538 is #5EBAC7. Grayscale: #5F5F5F. Windows color (decimal): -6208200 or 3687841. OLE color: 3687841.

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

Color convert

RGB1616956-
CMYK00.570.650.37
HSL7.43º48.39%42.55%-
HSV(B)7.43º65.22%63.14%-
XYZ17.5412.125.16-
YUV95.03105.98175.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.29%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=56.29%
G=24.13%
B=19.58%

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
Decimal161695600.570.650.377.4348.3942.55
HexA1453803941257302b
Octal241105700711014576053
Binary10100001100010111100001110011000001100101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14538; }

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

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

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

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

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

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

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

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