#A34539

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

Shades of Cognac #A34539

Tints of Cognac #A34539

Color information

#A34539 (or 0xA34539) is unknown color: approx Cognac. HEX triplet: A3, 45 and 39. RGB value is (163,69,57). Sum of RGB (Red+Green+Blue) = 163+69+57=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A34539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34539 is #5CBAC6. Grayscale: #5F5F5F. Windows color (decimal): -6077127 or 3753379. OLE color: 3753379.

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

Color convert

RGB1636957-
CMYK00.580.650.36
HSL6.79º48.18%43.14%-
HSV(B)6.79º65.03%63.92%-
XYZ17.9712.345.31-
YUV95.74106.14175.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=56.40%
G=23.88%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163695700.580.650.366.7948.1843.14
HexA3453903A41247302b
Octal243105710721014476053
Binary10100011100010111100101110101000001100100111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34539; }

 p { color: rgb(163,69,57); }

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

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

 a { background-color: rgb(163,69,57); }

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

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

 span { border-color: rgb(163,69,57); }

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