#A1473D

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

Shades of Cognac #A1473D

Tints of Cognac #A1473D

Color information

#A1473D (or 0xA1473D) is unknown color: approx Cognac. HEX triplet: A1, 47 and 3D. RGB value is (161,71,61). Sum of RGB (Red+Green+Blue) = 161+71+61=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1473D is #5EB8C2. Grayscale: #606060. Windows color (decimal): -6207683 or 4016033. OLE color: 4016033.

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

Color convert

RGB1617161-
CMYK00.560.620.37
HSL45.05%43.53%-
HSV(B)62.11%63.14%-
XYZ17.7912.425.87-
YUV96.77107.82173.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=54.95%
G=24.23%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161716100.560.620.37645.0543.53
HexA1473D0383E2562d2c
Octal24110775070764565554
Binary1010000110001111111010111000111110100101110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1473D; }

 p { color: rgb(161,71,61); }

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

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

 a { background-color: rgb(161,71,61); }

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

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

 span { border-color: rgb(161,71,61); }

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