#A45349

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

Shades of Crail #A45349

Tints of Crail #A45349

Color information

#A45349 (or 0xA45349) is unknown color: approx Crail. HEX triplet: A4, 53 and 49. RGB value is (164,83,73). Sum of RGB (Red+Green+Blue) = 164+83+73=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A45349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45349 is #5BACB6. Grayscale: #6A6A6A. Windows color (decimal): -6007991 or 4805540. OLE color: 4805540.

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

Color convert

RGB1648373-
CMYK00.490.550.36
HSL6.59º38.4%46.47%-
HSV(B)6.59º55.49%64.31%-
XYZ19.6114.568.08-
YUV106.08109.34169.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.25%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=51.25%
G=25.94%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164837300.490.550.366.5938.446.47
HexA4534903137247262e
Octal244123111061674474656
Binary10100100101001110010010110001110111100100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45349; }

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

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

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

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

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

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

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

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