#A45948

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

Shades of Crail #A45948

Tints of Crail #A45948

Color information

#A45948 (or 0xA45948) is unknown color: approx Crail. HEX triplet: A4, 59 and 48. RGB value is (164,89,72). Sum of RGB (Red+Green+Blue) = 164+89+72=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A45948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45948 is #5BA6B7. Grayscale: #6D6D6D. Windows color (decimal): -6006456 or 4741540. OLE color: 4741540.

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

Color convert

RGB1648972-
CMYK00.460.560.36
HSL11.09º38.98%46.27%-
HSV(B)11.09º56.1%64.31%-
XYZ20.0515.518.07-
YUV109.49106.85166.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=50.46%
G=27.38%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164897200.460.560.3611.0938.9846.27
HexA4594802E3824b272e
Octal2441311100567044134756
Binary101001001011001100100001011101110001001001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45948; }

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

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

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

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

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

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

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

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