#A45548

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

Shades of Crail #A45548

Tints of Crail #A45548

Color information

#A45548 (or 0xA45548) is unknown color: approx Crail. HEX triplet: A4, 55 and 48. RGB value is (164,85,72). Sum of RGB (Red+Green+Blue) = 164+85+72=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A45548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45548 is #5BAAB7. Grayscale: #6B6B6B. Windows color (decimal): -6007480 or 4740516. OLE color: 4740516.

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

Color convert

RGB1648572-
CMYK00.480.560.36
HSL8.48º38.98%46.27%-
HSV(B)8.48º56.1%64.31%-
XYZ19.7314.867.96-
YUV107.14108.17168.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=51.09%
G=26.48%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164857200.480.560.368.4838.9846.27
HexA4554803038248272e
Octal2441251100607044104756
Binary101001001010101100100001100001110001001001000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45548; }

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

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

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

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

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

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

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

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