#A44A3C

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

Shades of Cognac #A44A3C

Tints of Cognac #A44A3C

Color information

#A44A3C (or 0xA44A3C) is unknown color: approx Cognac. HEX triplet: A4, 4A and 3C. RGB value is (164,74,60). Sum of RGB (Red+Green+Blue) = 164+74+60=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A3C is #5BB5C3. Grayscale: #636363. Windows color (decimal): -6010308 or 3951268. OLE color: 3951268.

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

Color convert

RGB1647460-
CMYK00.550.630.36
HSL8.08º46.43%43.92%-
HSV(B)8.08º63.41%64.31%-
XYZ18.5713.125.83-
YUV99.31105.82174.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=55.03%
G=24.83%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164746000.550.630.368.0846.4343.92
HexA44A3C0373F2482e2c
Octal244112740677744105654
Binary10100100100101011110001101111111111001001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A3C; }

 p { color: rgb(164,74,60); }

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

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

 a { background-color: rgb(164,74,60); }

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

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

 span { border-color: rgb(164,74,60); }

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