#A2463C

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

Shades of Cognac #A2463C

Tints of Cognac #A2463C

Color information

#A2463C (or 0xA2463C) is unknown color: approx Cognac. HEX triplet: A2, 46 and 3C. RGB value is (162,70,60). Sum of RGB (Red+Green+Blue) = 162+70+60=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2463C is #5DB9C3. Grayscale: #606060. Windows color (decimal): -6142404 or 3950242. OLE color: 3950242.

HSL color Cylindrical-coordinate representation of color #A2463C: hue angle of 5.88º 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 #A2463C is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1627060-
CMYK00.570.630.36
HSL5.88º45.95%43.53%-
HSV(B)5.88º62.96%63.53%-
XYZ17.9112.395.72-
YUV96.37107.48174.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=55.48%
G=23.97%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162706000.570.630.365.8845.9543.53
HexA2463C0393F2462e2c
Octal24210674071774465654
Binary1010001010001101111000111001111111100100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2463C; }

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

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

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

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

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

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

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

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