#A0423B

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

Shades of Cognac #A0423B

Tints of Cognac #A0423B

Color information

#A0423B (or 0xA0423B) is unknown color: approx Cognac. HEX triplet: A0, 42 and 3B. RGB value is (160,66,59). Sum of RGB (Red+Green+Blue) = 160+66+59=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0423B is #5FBDC4. Grayscale: #5D5D5D. Windows color (decimal): -6274501 or 3883680. OLE color: 3883680.

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

Color convert

RGB1606659-
CMYK00.590.630.37
HSL4.16º46.12%42.94%-
HSV(B)4.16º63.13%62.75%-
XYZ17.2311.695.48-
YUV93.31108.64175.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.14%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=56.14%
G=23.16%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160665900.590.630.374.1646.1242.94
HexA0423B03B3F2542e2b
Octal24010273073774545653
Binary1010000010000101110110111011111111100101100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0423B; }

 p { color: rgb(160,66,59); }

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

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

 a { background-color: rgb(160,66,59); }

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

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

 span { border-color: rgb(160,66,59); }

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