#A04C3E

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

Shades of Cognac #A04C3E

Tints of Cognac #A04C3E

Color information

#A04C3E (or 0xA04C3E) is unknown color: approx Cognac. HEX triplet: A0, 4C and 3E. RGB value is (160,76,62). Sum of RGB (Red+Green+Blue) = 160+76+62=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C3E is #5FB3C1. Grayscale: #636363. Windows color (decimal): -6271938 or 4082848. OLE color: 4082848.

HSL color Cylindrical-coordinate representation of color #A04C3E: hue angle of 8.57º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04C3E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1607662-
CMYK00.520.610.37
HSL8.57º44.14%43.53%-
HSV(B)8.57º61.25%62.75%-
XYZ17.9512.996.12-
YUV99.52106.83171.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=53.69%
G=25.50%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160766200.520.610.378.5744.1443.53
HexA04C3E0343D2592c2c
Octal240114760647545115454
Binary10100000100110011111001101001111011001011001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C3E; }

 p { color: rgb(160,76,62); }

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

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

 a { background-color: rgb(160,76,62); }

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

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

 span { border-color: rgb(160,76,62); }

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