#A45549

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

Shades of Crail #A45549

Tints of Crail #A45549

Color information

#A45549 (or 0xA45549) is unknown color: approx Crail. HEX triplet: A4, 55 and 49. RGB value is (164,85,73). Sum of RGB (Red+Green+Blue) = 164+85+73=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A45549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45549 is #5BAAB6. Grayscale: #6B6B6B. Windows color (decimal): -6007479 or 4806052. OLE color: 4806052.

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

Color convert

RGB1648573-
CMYK00.480.550.36
HSL7.91º38.4%46.47%-
HSV(B)7.91º55.49%64.31%-
XYZ19.7614.878.13-
YUV107.25108.67168.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=50.93%
G=26.40%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164857300.480.550.367.9138.446.47
HexA4554903037248262e
Octal2441251110606744104656
Binary101001001010101100100101100001101111001001000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45549; }

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

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

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

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

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

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

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

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