#A04B3F

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

Shades of Cognac #A04B3F

Tints of Cognac #A04B3F

Color information

#A04B3F (or 0xA04B3F) is unknown color: approx Cognac. HEX triplet: A0, 4B and 3F. RGB value is (160,75,63). Sum of RGB (Red+Green+Blue) = 160+75+63=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B3F is #5FB4C0. Grayscale: #636363. Windows color (decimal): -6272193 or 4148128. OLE color: 4148128.

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

Color convert

RGB1607563-
CMYK00.530.610.37
HSL7.42º43.5%43.73%-
HSV(B)7.42º60.62%62.75%-
XYZ17.9112.866.24-
YUV99.05107.66171.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 63 (25% from 255) = 21.14%
R=53.69%
G=25.17%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160756300.530.610.377.4243.543.73
HexA04B3F0353D2572b2c
Octal24011377065754575354
Binary1010000010010111111110110101111101100101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B3F; }

 p { color: rgb(160,75,63); }

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

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

 a { background-color: rgb(160,75,63); }

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

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

 span { border-color: rgb(160,75,63); }

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