#A45846

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

Shades of Crail #A45846

Tints of Crail #A45846

Color information

#A45846 (or 0xA45846) is unknown color: approx Crail. HEX triplet: A4, 58 and 46. RGB value is (164,88,70). Sum of RGB (Red+Green+Blue) = 164+88+70=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A45846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45846 is #5BA7B9. Grayscale: #6C6C6C. Windows color (decimal): -6006714 or 4610212. OLE color: 4610212.

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

Color convert

RGB1648870-
CMYK00.460.570.36
HSL11.49º40.17%45.88%-
HSV(B)11.49º57.32%64.31%-
XYZ19.9115.317.7-
YUV108.67106.18167.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=50.93%
G=27.33%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164887000.460.570.3611.4940.1745.88
HexA4584602E3924b282e
Octal2441301060567144135056
Binary101001001011000100011001011101110011001001011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45846; }

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

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

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

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

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

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

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

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