#A45644

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

Shades of Crail #A45644

Tints of Crail #A45644

Color information

#A45644 (or 0xA45644) is unknown color: approx Crail. HEX triplet: A4, 56 and 44. RGB value is (164,86,68). Sum of RGB (Red+Green+Blue) = 164+86+68=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A45644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45644 is #5BA9BB. Grayscale: #6B6B6B. Windows color (decimal): -6007228 or 4478628. OLE color: 4478628.

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

Color convert

RGB1648668-
CMYK00.480.590.36
HSL11.25º41.38%45.49%-
HSV(B)11.25º58.54%64.31%-
XYZ19.6814.977.32-
YUV107.27105.84168.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 68 (26.95% from 255) = 21.38%
R=51.57%
G=27.04%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164866800.480.590.3611.2541.3845.49
HexA456440303B24b292d
Octal2441261040607344135155
Binary101001001010110100010001100001110111001001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45644; }

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

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

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

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

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

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

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

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