#A45648

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

Shades of Crail #A45648

Tints of Crail #A45648

Color information

#A45648 (or 0xA45648) is unknown color: approx Crail. HEX triplet: A4, 56 and 48. RGB value is (164,86,72). Sum of RGB (Red+Green+Blue) = 164+86+72=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A45648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45648 is #5BA9B7. Grayscale: #6B6B6B. Windows color (decimal): -6007224 or 4740772. OLE color: 4740772.

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

Color convert

RGB1648672-
CMYK00.480.560.36
HSL9.13º38.98%46.27%-
HSV(B)9.13º56.1%64.31%-
XYZ19.8115.027.99-
YUV107.73107.84168.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=50.93%
G=26.71%
B=22.36%

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
Decimal164867200.480.560.369.1338.9846.27
HexA4564803038249272e
Octal2441261100607044114756
Binary101001001010110100100001100001110001001001001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45648; }

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

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

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

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

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

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

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

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