#A04136

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

Shades of Cognac #A04136

Tints of Cognac #A04136

Color information

#A04136 (or 0xA04136) is unknown color: approx Cognac. HEX triplet: A0, 41 and 36. RGB value is (160,65,54). Sum of RGB (Red+Green+Blue) = 160+65+54=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A04136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04136 is #5FBEC9. Grayscale: #5C5C5C. Windows color (decimal): -6274762 or 3555744. OLE color: 3555744.

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

Color convert

RGB1606554-
CMYK00.590.660.37
HSL6.23º49.53%41.96%-
HSV(B)6.23º66.25%62.75%-
XYZ17.0511.524.81-
YUV92.15106.47176.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=57.35%
G=23.30%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160655400.590.660.376.2349.5341.96
HexA0413603B42256322a
Octal240101660731024566252
Binary10100000100000111011001110111000010100101110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04136; }

 p { color: rgb(160,65,54); }

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

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

 a { background-color: rgb(160,65,54); }

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

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

 span { border-color: rgb(160,65,54); }

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