#A44738

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

Shades of Cognac #A44738

Tints of Cognac #A44738

Color information

#A44738 (or 0xA44738) is unknown color: approx Cognac. HEX triplet: A4, 47 and 38. RGB value is (164,71,56). Sum of RGB (Red+Green+Blue) = 164+71+56=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A44738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44738 is #5BB8C7. Grayscale: #616161. Windows color (decimal): -6011080 or 3688356. OLE color: 3688356.

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

Color convert

RGB1647156-
CMYK00.570.660.36
HSL8.33º49.09%43.14%-
HSV(B)8.33º65.85%64.31%-
XYZ18.2812.685.23-
YUV97.1104.81175.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.36%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=56.36%
G=24.40%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164715600.570.660.368.3349.0943.14
HexA4473803942248312b
Octal2441077007110244106153
Binary101001001000111111000011100110000101001001000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44738; }

 p { color: rgb(164,71,56); }

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

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

 a { background-color: rgb(164,71,56); }

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

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

 span { border-color: rgb(164,71,56); }

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