#A04339

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

Shades of Cognac #A04339

Tints of Cognac #A04339

Color information

#A04339 (or 0xA04339) is unknown color: approx Cognac. HEX triplet: A0, 43 and 39. RGB value is (160,67,57). Sum of RGB (Red+Green+Blue) = 160+67+57=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04339 is #5FBCC6. Grayscale: #5D5D5D. Windows color (decimal): -6274247 or 3752864. OLE color: 3752864.

HSL color Cylindrical-coordinate representation of color #A04339: hue angle of 5.83º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04339 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1606757-
CMYK00.580.640.37
HSL5.83º47.47%42.55%-
HSV(B)5.83º64.38%62.75%-
XYZ17.2411.785.24-
YUV93.67107.31175.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.34%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 57 (22.66% from 255) = 20.07%
R=56.34%
G=23.59%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160675700.580.640.375.8347.4742.55
HexA0433903A402562f2b
Octal240103710721004565753
Binary10100000100001111100101110101000000100101110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04339; }

 p { color: rgb(160,67,57); }

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

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

 a { background-color: rgb(160,67,57); }

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

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

 span { border-color: rgb(160,67,57); }

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