#A04D3E

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

Shades of Cognac #A04D3E

Tints of Cognac #A04D3E

Color information

#A04D3E (or 0xA04D3E) is unknown color: approx Cognac. HEX triplet: A0, 4D and 3E. RGB value is (160,77,62). Sum of RGB (Red+Green+Blue) = 160+77+62=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D3E is #5FB2C1. Grayscale: #646464. Windows color (decimal): -6271682 or 4083104. OLE color: 4083104.

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

Color convert

RGB1607762-
CMYK00.520.610.37
HSL9.18º44.14%43.53%-
HSV(B)9.18º61.25%62.75%-
XYZ18.0213.136.14-
YUV100.11106.5170.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=53.51%
G=25.75%
B=20.74%

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
Decimal160776200.520.610.379.1844.1443.53
HexA04D3E0343D2592c2c
Octal240115760647545115454
Binary10100000100110111111001101001111011001011001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D3E; }

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

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

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

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

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

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

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

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