#A14135

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

Shades of Cognac #A14135

Tints of Cognac #A14135

Color information

#A14135 (or 0xA14135) is unknown color: approx Cognac. HEX triplet: A1, 41 and 35. RGB value is (161,65,53). Sum of RGB (Red+Green+Blue) = 161+65+53=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A14135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14135 is #5EBECA. Grayscale: #5C5C5C. Windows color (decimal): -6209227 or 3490209. OLE color: 3490209.

HSL color Cylindrical-coordinate representation of color #A14135: hue angle of 6.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14135 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1616553-
CMYK00.600.670.37
HSL6.67º50.47%41.96%-
HSV(B)6.67º67.08%63.14%-
XYZ17.2311.614.7-
YUV92.34105.8176.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=57.71%
G=23.30%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161655300.600.670.376.6750.4741.96
HexA1413503C43257322a
Octal241101650741034576252
Binary10100001100000111010101111001000011100101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14135; }

 p { color: rgb(161,65,53); }

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

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

 a { background-color: rgb(161,65,53); }

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

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

 span { border-color: rgb(161,65,53); }

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