#A34336

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

Shades of Cognac #A34336

Tints of Cognac #A34336

Color information

#A34336 (or 0xA34336) is unknown color: approx Cognac. HEX triplet: A3, 43 and 36. RGB value is (163,67,54). Sum of RGB (Red+Green+Blue) = 163+67+54=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A34336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34336 is #5CBCC9. Grayscale: #5E5E5E. Windows color (decimal): -6077642 or 3556259. OLE color: 3556259.

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

Color convert

RGB1636754-
CMYK00.590.670.36
HSL7.16º50.23%42.55%-
HSV(B)7.16º66.87%63.92%-
XYZ17.7812.074.88-
YUV94.22105.3177.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 54 (21.48% from 255) = 19.01%
R=57.39%
G=23.59%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163675400.590.670.367.1650.2342.55
HexA3433603B43247322b
Octal243103660731034476253
Binary10100011100001111011001110111000011100100111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34336; }

 p { color: rgb(163,67,54); }

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

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

 a { background-color: rgb(163,67,54); }

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

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

 span { border-color: rgb(163,67,54); }

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