#A44E40

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

Shades of Crail #A44E40

Tints of Crail #A44E40

Color information

#A44E40 (or 0xA44E40) is unknown color: approx Crail. HEX triplet: A4, 4E and 40. RGB value is (164,78,64). Sum of RGB (Red+Green+Blue) = 164+78+64=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E40 is #5BB1BF. Grayscale: #666666. Windows color (decimal): -6009280 or 4214436. OLE color: 4214436.

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

Color convert

RGB1647864-
CMYK00.520.610.36
HSL8.4º43.86%44.71%-
HSV(B)8.4º60.98%64.31%-
XYZ18.9613.716.5-
YUV102.12106.49172.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.59%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=53.59%
G=25.49%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164786400.520.610.368.443.8644.71
HexA44E400343D2482c2d
Octal2441161000647544105455
Binary101001001001110100000001101001111011001001000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E40; }

 p { color: rgb(164,78,64); }

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

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

 a { background-color: rgb(164,78,64); }

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

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

 span { border-color: rgb(164,78,64); }

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