#a0473a

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

Shades of Cognac #A0473A

Tints of Cognac #A0473A

Color information

#A0473A (or 0xA0473A) is unknown color: approx Cognac. HEX triplet: A0, 47 and 3A. RGB value is (160,71,58). Sum of RGB (Red+Green+Blue) = 160+71+58=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0473A is #5FB8C5. Grayscale: #606060. Windows color (decimal): -6273222 or 3819424. OLE color: 3819424.

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

Color convert

RGB1607158-
CMYK00.560.640.37
HSL7.65º46.79%42.75%-
HSV(B)7.65º63.75%62.75%-
XYZ17.5112.295.45-
YUV96.13106.49173.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=55.36%
G=24.57%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160715800.560.640.377.6546.7942.75
HexA0473A038402582f2b
Octal2401077207010045105753
Binary101000001000111111010011100010000001001011000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0473a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0473a; }

 p { color: rgb(160,71,58); }

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

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

 a { background-color: rgb(160,71,58); }

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

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

 span { border-color: rgb(160,71,58); }

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