#A34C3D

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

Shades of Cognac #A34C3D

Tints of Cognac #A34C3D

Color information

#A34C3D (or 0xA34C3D) is unknown color: approx Cognac. HEX triplet: A3, 4C and 3D. RGB value is (163,76,61). Sum of RGB (Red+Green+Blue) = 163+76+61=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C3D is #5CB3C2. Grayscale: #646464. Windows color (decimal): -6075331 or 4017315. OLE color: 4017315.

HSL color Cylindrical-coordinate representation of color #A34C3D: hue angle of 8.82º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34C3D is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1637661-
CMYK00.530.630.36
HSL8.82º45.54%43.92%-
HSV(B)8.82º62.58%63.92%-
XYZ18.5313.296-
YUV100.3105.82172.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.33%
GREEN value IS 76 (30.08% from 255) = 25.33%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=54.33%
G=25.33%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163766100.530.630.368.8245.5443.92
HexA34C3D0353F2492e2c
Octal243114750657744115654
Binary10100011100110011110101101011111111001001001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C3D; }

 p { color: rgb(163,76,61); }

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

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

 a { background-color: rgb(163,76,61); }

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

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

 span { border-color: rgb(163,76,61); }

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