#A3564C

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

Shades of Crail #A3564C

Tints of Crail #A3564C

Color information

#A3564C (or 0xA3564C) is unknown color: approx Crail. HEX triplet: A3, 56 and 4C. RGB value is (163,86,76). Sum of RGB (Red+Green+Blue) = 163+86+76=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3564C is #5CA9B3. Grayscale: #6B6B6B. Windows color (decimal): -6072756 or 5002915. OLE color: 5002915.

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

Color convert

RGB1638676-
CMYK00.470.530.36
HSL6.9º36.4%46.86%-
HSV(B)6.9º53.37%63.92%-
XYZ19.7414.968.69-
YUV107.88110.01167.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=50.15%
G=26.46%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163867600.470.530.366.936.446.86
HexA3564C02F35247242f
Octal243126114057654474457
Binary10100011101011010011000101111110101100100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3564C; }

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

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

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

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

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

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

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

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