#A14337

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

Shades of Cognac #A14337

Tints of Cognac #A14337

Color information

#A14337 (or 0xA14337) is unknown color: approx Cognac. HEX triplet: A1, 43 and 37. RGB value is (161,67,55). Sum of RGB (Red+Green+Blue) = 161+67+55=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14337 is #5EBCC8. Grayscale: #5D5D5D. Windows color (decimal): -6208713 or 3621793. OLE color: 3621793.

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

Color convert

RGB1616755-
CMYK00.580.660.37
HSL6.79º49.07%42.35%-
HSV(B)6.79º65.84%63.14%-
XYZ17.3911.874.99-
YUV93.74106.14175.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=56.89%
G=23.67%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161675500.580.660.376.7949.0742.35
HexA1433703A42257312a
Octal241103670721024576152
Binary10100001100001111011101110101000010100101111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14337; }

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

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

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

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

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

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

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

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