#A3594F

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

Shades of Crail #A3594F

Tints of Crail #A3594F

Color information

#A3594F (or 0xA3594F) is unknown color: approx Crail. HEX triplet: A3, 59 and 4F. RGB value is (163,89,79). Sum of RGB (Red+Green+Blue) = 163+89+79=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A3594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3594F is #5CA6B0. Grayscale: #6E6E6E. Windows color (decimal): -6071985 or 5200291. OLE color: 5200291.

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

Color convert

RGB1638979-
CMYK00.450.520.36
HSL7.14º34.71%47.45%-
HSV(B)7.14º51.53%63.92%-
XYZ20.0915.59.33-
YUV109.99110.52165.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=49.24%
G=26.89%
B=23.87%

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
Decimal163897900.450.520.367.1434.7147.45
HexA3594F02D34247232f
Octal243131117055644474357
Binary10100011101100110011110101101110100100100111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3594F; }

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

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

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

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

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

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

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

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