#A3594E

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

Shades of Crail #A3594E

Tints of Crail #A3594E

Color information

#A3594E (or 0xA3594E) is unknown color: approx Crail. HEX triplet: A3, 59 and 4E. RGB value is (163,89,78). Sum of RGB (Red+Green+Blue) = 163+89+78=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A3594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3594E is #5CA6B1. Grayscale: #6D6D6D. Windows color (decimal): -6071986 or 5134755. OLE color: 5134755.

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

Color convert

RGB1638978-
CMYK00.450.520.36
HSL7.76º35.27%47.25%-
HSV(B)7.76º52.15%63.92%-
XYZ20.0515.489.14-
YUV109.87110.02165.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=49.39%
G=26.97%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163897800.450.520.367.7635.2747.25
HexA3594E02D34248232f
Octal2431311160556444104357
Binary101000111011001100111001011011101001001001000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3594E; }

 p { color: rgb(163,89,78); }

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

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

 a { background-color: rgb(163,89,78); }

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

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

 span { border-color: rgb(163,89,78); }

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