#A14A3B

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

Shades of Cognac #A14A3B

Tints of Cognac #A14A3B

Color information

#A14A3B (or 0xA14A3B) is unknown color: approx Cognac. HEX triplet: A1, 4A and 3B. RGB value is (161,74,59). Sum of RGB (Red+Green+Blue) = 161+74+59=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A3B is #5EB5C4. Grayscale: #626262. Windows color (decimal): -6206917 or 3885729. OLE color: 3885729.

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

Color convert

RGB1617459-
CMYK00.540.630.37
HSL8.82º46.36%43.14%-
HSV(B)8.82º63.35%63.14%-
XYZ17.9412.795.66-
YUV98.3105.82172.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=54.76%
G=25.17%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161745900.540.630.378.8246.3643.14
HexA14A3B0363F2592e2b
Octal241112730667745115653
Binary10100001100101011101101101101111111001011001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A3B; }

 p { color: rgb(161,74,59); }

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

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

 a { background-color: rgb(161,74,59); }

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

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

 span { border-color: rgb(161,74,59); }

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