#A14B3D

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

Shades of Cognac #A14B3D

Tints of Cognac #A14B3D

Color information

#A14B3D (or 0xA14B3D) is unknown color: approx Cognac. HEX triplet: A1, 4B and 3D. RGB value is (161,75,61). Sum of RGB (Red+Green+Blue) = 161+75+61=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B3D is #5EB4C2. Grayscale: #636363. Windows color (decimal): -6206659 or 4017057. OLE color: 4017057.

HSL color Cylindrical-coordinate representation of color #A14B3D: hue angle of 8.4º 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 #A14B3D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1617561-
CMYK00.530.620.37
HSL8.4º45.05%43.53%-
HSV(B)8.4º62.11%63.14%-
XYZ18.0612.955.96-
YUV99.12106.49172.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=54.21%
G=25.25%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161756100.530.620.378.445.0543.53
HexA14B3D0353E2582d2c
Octal241113750657645105554
Binary10100001100101111110101101011111101001011000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B3D; }

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

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

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

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

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

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

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

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