#A44B3B

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

Shades of Cognac #A44B3B

Tints of Cognac #A44B3B

Color information

#A44B3B (or 0xA44B3B) is unknown color: approx Cognac. HEX triplet: A4, 4B and 3B. RGB value is (164,75,59). Sum of RGB (Red+Green+Blue) = 164+75+59=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B3B is #5BB4C4. Grayscale: #636363. Windows color (decimal): -6010053 or 3885988. OLE color: 3885988.

HSL color Cylindrical-coordinate representation of color #A44B3B: hue angle of 9.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44B3B is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1647559-
CMYK00.540.640.36
HSL9.14º47.09%43.73%-
HSV(B)9.14º64.02%64.31%-
XYZ18.6213.245.71-
YUV99.79104.99173.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=55.03%
G=25.17%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164755900.540.640.369.1447.0943.73
HexA44B3B036402492f2c
Octal2441137306610044115754
Binary101001001001011111011011011010000001001001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B3B; }

 p { color: rgb(164,75,59); }

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

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

 a { background-color: rgb(164,75,59); }

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

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

 span { border-color: rgb(164,75,59); }

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