#A45744

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

Shades of Crail #A45744

Tints of Crail #A45744

Color information

#A45744 (or 0xA45744) is unknown color: approx Crail. HEX triplet: A4, 57 and 44. RGB value is (164,87,68). Sum of RGB (Red+Green+Blue) = 164+87+68=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A45744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45744 is #5BA8BB. Grayscale: #6C6C6C. Windows color (decimal): -6006972 or 4478884. OLE color: 4478884.

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

Color convert

RGB1648768-
CMYK00.470.590.36
HSL11.88º41.38%45.49%-
HSV(B)11.88º58.54%64.31%-
XYZ19.7615.137.35-
YUV107.86105.51168.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=51.41%
G=27.27%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164876800.470.590.3611.8841.3845.49
HexA4574402F3B24c292d
Octal2441271040577344145155
Binary101001001010111100010001011111110111001001100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45744; }

 p { color: rgb(164,87,68); }

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

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

 a { background-color: rgb(164,87,68); }

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

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

 span { border-color: rgb(164,87,68); }

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