#A45546

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

Shades of Crail #A45546

Tints of Crail #A45546

Color information

#A45546 (or 0xA45546) is unknown color: approx Crail. HEX triplet: A4, 55 and 46. RGB value is (164,85,70). Sum of RGB (Red+Green+Blue) = 164+85+70=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A45546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45546 is #5BAAB9. Grayscale: #6B6B6B. Windows color (decimal): -6007482 or 4609444. OLE color: 4609444.

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

Color convert

RGB1648570-
CMYK00.480.570.36
HSL9.57º40.17%45.88%-
HSV(B)9.57º57.32%64.31%-
XYZ19.6614.837.62-
YUV106.91107.17168.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=51.41%
G=26.65%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164857000.480.570.369.5740.1745.88
HexA455460303924a282e
Octal2441251060607144125056
Binary101001001010101100011001100001110011001001010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45546; }

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

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

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

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

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

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

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

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