#A3544A

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

Shades of Crail #A3544A

Tints of Crail #A3544A

Color information

#A3544A (or 0xA3544A) is unknown color: approx Crail. HEX triplet: A3, 54 and 4A. RGB value is (163,84,74). Sum of RGB (Red+Green+Blue) = 163+84+74=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3544A is #5CABB5. Grayscale: #6A6A6A. Windows color (decimal): -6073270 or 4871331. OLE color: 4871331.

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

Color convert

RGB1638474-
CMYK00.480.550.36
HSL6.74º37.55%46.47%-
HSV(B)6.74º54.6%63.92%-
XYZ19.5114.628.27-
YUV106.48109.67168.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=50.78%
G=26.17%
B=23.05%

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
Decimal163847400.480.550.366.7437.5546.47
HexA3544A03037247262e
Octal243124112060674474656
Binary10100011101010010010100110000110111100100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3544A; }

 p { color: rgb(163,84,74); }

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

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

 a { background-color: rgb(163,84,74); }

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

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

 span { border-color: rgb(163,84,74); }

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