#A34338

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

Shades of Cognac #A34338

Tints of Cognac #A34338

Color information

#A34338 (or 0xA34338) is unknown color: approx Cognac. HEX triplet: A3, 43 and 38. RGB value is (163,67,56). Sum of RGB (Red+Green+Blue) = 163+67+56=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A34338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34338 is #5CBCC7. Grayscale: #5E5E5E. Windows color (decimal): -6077640 or 3687331. OLE color: 3687331.

HSL color Cylindrical-coordinate representation of color #A34338: hue angle of 6.17º 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 #A34338 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1636756-
CMYK00.590.660.36
HSL6.17º48.86%42.94%-
HSV(B)6.17º65.64%63.92%-
XYZ17.8312.095.13-
YUV94.45106.3176.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=56.99%
G=23.43%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163675600.590.660.366.1748.8642.94
HexA3433803B42246312b
Octal243103700731024466153
Binary10100011100001111100001110111000010100100110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34338; }

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

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

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

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

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

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

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

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