#A44339

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

Shades of Cognac #A44339

Tints of Cognac #A44339

Color information

#A44339 (or 0xA44339) is unknown color: approx Cognac. HEX triplet: A4, 43 and 39. RGB value is (164,67,57). Sum of RGB (Red+Green+Blue) = 164+67+57=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A44339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44339 is #5BBCC6. Grayscale: #5E5E5E. Windows color (decimal): -6012103 or 3752868. OLE color: 3752868.

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

Color convert

RGB1646757-
CMYK00.590.650.36
HSL5.61º48.42%43.33%-
HSV(B)5.61º65.24%64.31%-
XYZ18.0612.25.27-
YUV94.86106.64177.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.94%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 57 (22.66% from 255) = 19.79%
R=56.94%
G=23.26%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164675700.590.650.365.6148.4243.33
HexA4433903B41246302b
Octal244103710731014466053
Binary10100100100001111100101110111000001100100110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44339; }

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

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

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

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

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

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

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

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