#A45844

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

Shades of Crail #A45844

Tints of Crail #A45844

Color information

#A45844 (or 0xA45844) is unknown color: approx Crail. HEX triplet: A4, 58 and 44. RGB value is (164,88,68). Sum of RGB (Red+Green+Blue) = 164+88+68=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A45844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45844 is #5BA7BB. Grayscale: #6C6C6C. Windows color (decimal): -6006716 or 4479140. OLE color: 4479140.

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

Color convert

RGB1648868-
CMYK00.460.590.36
HSL12.5º41.38%45.49%-
HSV(B)12.5º58.54%64.31%-
XYZ19.8415.297.37-
YUV108.44105.18167.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.25%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=51.25%
G=27.5%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164886800.460.590.3612.541.3845.49
HexA4584402E3B24d292d
Octal2441301040567344155155
Binary101001001011000100010001011101110111001001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45844; }

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

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

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

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

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

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

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

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