#A3544B

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

Shades of Crail #A3544B

Tints of Crail #A3544B

Color information

#A3544B (or 0xA3544B) is unknown color: approx Crail. HEX triplet: A3, 54 and 4B. RGB value is (163,84,75). Sum of RGB (Red+Green+Blue) = 163+84+75=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3544B is #5CABB4. Grayscale: #6A6A6A. Windows color (decimal): -6073269 or 4936867. OLE color: 4936867.

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

Color convert

RGB1638475-
CMYK00.480.540.36
HSL6.14º36.97%46.67%-
HSV(B)6.14º53.99%63.92%-
XYZ19.5414.648.45-
YUV106.59110.17168.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=50.62%
G=26.09%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163847500.480.540.366.1436.9746.67
HexA3544B03036246252f
Octal243124113060664464557
Binary10100011101010010010110110000110110100100110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3544B; }

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

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

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

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

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

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

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

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