#A44639

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

Shades of Cognac #A44639

Tints of Cognac #A44639

Color information

#A44639 (or 0xA44639) is unknown color: approx Cognac. HEX triplet: A4, 46 and 39. RGB value is (164,70,57). Sum of RGB (Red+Green+Blue) = 164+70+57=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A44639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44639 is #5BB9C6. Grayscale: #606060. Windows color (decimal): -6011335 or 3753636. OLE color: 3753636.

HSL color Cylindrical-coordinate representation of color #A44639: hue angle of 7.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44639 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1647057-
CMYK00.570.650.36
HSL7.29º48.42%43.33%-
HSV(B)7.29º65.24%64.31%-
XYZ18.2412.575.34-
YUV96.62105.64176.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.36%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=56.36%
G=24.05%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164705700.570.650.367.2948.4243.33
HexA4463903941247302b
Octal244106710711014476053
Binary10100100100011011100101110011000001100100111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44639; }

 p { color: rgb(164,70,57); }

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

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

 a { background-color: rgb(164,70,57); }

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

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

 span { border-color: rgb(164,70,57); }

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