#A04338

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

Shades of Cognac #A04338

Tints of Cognac #A04338

Color information

#A04338 (or 0xA04338) is unknown color: approx Cognac. HEX triplet: A0, 43 and 38. RGB value is (160,67,56). Sum of RGB (Red+Green+Blue) = 160+67+56=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A04338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04338 is #5FBCC7. Grayscale: #5D5D5D. Windows color (decimal): -6274248 or 3687328. OLE color: 3687328.

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

Color convert

RGB1606756-
CMYK00.580.650.37
HSL6.35º48.15%42.35%-
HSV(B)6.35º65%62.75%-
XYZ17.2211.775.11-
YUV93.55106.81175.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=56.54%
G=23.67%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160675600.580.650.376.3548.1542.35
HexA0433803A41256302a
Octal240103700721014566052
Binary10100000100001111100001110101000001100101110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04338; }

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

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

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

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

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

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

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

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