#A34638

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

Shades of Cognac #A34638

Tints of Cognac #A34638

Color information

#A34638 (or 0xA34638) is unknown color: approx Cognac. HEX triplet: A3, 46 and 38. RGB value is (163,70,56). Sum of RGB (Red+Green+Blue) = 163+70+56=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A34638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34638 is #5CB9C7. Grayscale: #606060. Windows color (decimal): -6076872 or 3688099. OLE color: 3688099.

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

Color convert

RGB1637056-
CMYK00.570.660.36
HSL7.85º48.86%42.94%-
HSV(B)7.85º65.64%63.92%-
XYZ18.0112.455.2-
YUV96.21105.31175.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=56.40%
G=24.22%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163705600.570.660.367.8548.8642.94
HexA3463803942248312b
Octal2431067007110244106153
Binary101000111000110111000011100110000101001001000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34638; }

 p { color: rgb(163,70,56); }

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

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

 a { background-color: rgb(163,70,56); }

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

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

 span { border-color: rgb(163,70,56); }

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