#A04236

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

Shades of Cognac #A04236

Tints of Cognac #A04236

Color information

#A04236 (or 0xA04236) is unknown color: approx Cognac. HEX triplet: A0, 42 and 36. RGB value is (160,66,54). Sum of RGB (Red+Green+Blue) = 160+66+54=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A04236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04236 is #5FBDC9. Grayscale: #5C5C5C. Windows color (decimal): -6274506 or 3556000. OLE color: 3556000.

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

Color convert

RGB1606654-
CMYK00.590.660.37
HSL6.79º49.53%41.96%-
HSV(B)6.79º66.25%62.75%-
XYZ17.1111.644.83-
YUV92.74106.14175.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=57.14%
G=23.57%
B=19.29%

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
Decimal160665400.590.660.376.7949.5341.96
HexA0423603B42257322a
Octal240102660731024576252
Binary10100000100001011011001110111000010100101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04236; }

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

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

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

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

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

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

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

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