#A2473C

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

Shades of Cognac #A2473C

Tints of Cognac #A2473C

Color information

#A2473C (or 0xA2473C) is unknown color: approx Cognac. HEX triplet: A2, 47 and 3C. RGB value is (162,71,60). Sum of RGB (Red+Green+Blue) = 162+71+60=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2473C is #5DB8C3. Grayscale: #616161. Windows color (decimal): -6142148 or 3950498. OLE color: 3950498.

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

Color convert

RGB1627160-
CMYK00.560.630.36
HSL6.47º45.95%43.53%-
HSV(B)6.47º62.96%63.53%-
XYZ17.9712.515.74-
YUV96.96107.15174.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=55.29%
G=24.23%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162716000.560.630.366.4745.9543.53
HexA2473C0383F2462e2c
Octal24210774070774465654
Binary1010001010001111111000111000111111100100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2473C; }

 p { color: rgb(162,71,60); }

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

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

 a { background-color: rgb(162,71,60); }

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

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

 span { border-color: rgb(162,71,60); }

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