#A3564B

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

Shades of Crail #A3564B

Tints of Crail #A3564B

Color information

#A3564B (or 0xA3564B) is unknown color: approx Crail. HEX triplet: A3, 56 and 4B. RGB value is (163,86,75). Sum of RGB (Red+Green+Blue) = 163+86+75=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3564B is #5CA9B4. Grayscale: #6B6B6B. Windows color (decimal): -6072757 or 4937379. OLE color: 4937379.

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

Color convert

RGB1638675-
CMYK00.470.540.36
HSL7.5º36.97%46.67%-
HSV(B)7.5º53.99%63.92%-
XYZ19.714.958.5-
YUV107.77109.51167.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=50.31%
G=26.54%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163867500.470.540.367.536.9746.67
HexA3564B02F36248252f
Octal2431261130576644104557
Binary101000111010110100101101011111101101001001000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3564B; }

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

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

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

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

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

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

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

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