#A5594E

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

Shades of Crail #A5594E

Tints of Crail #A5594E

Color information

#A5594E (or 0xA5594E) is unknown color: approx Crail. HEX triplet: A5, 59 and 4E. RGB value is (165,89,78). Sum of RGB (Red+Green+Blue) = 165+89+78=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5594E is #5AA6B1. Grayscale: #6E6E6E. Windows color (decimal): -5940914 or 5134757. OLE color: 5134757.

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

Color convert

RGB1658978-
CMYK00.460.530.35
HSL7.59º35.8%47.65%-
HSV(B)7.59º52.73%64.71%-
XYZ20.4615.699.16-
YUV110.47109.68166.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=49.70%
G=26.81%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165897800.460.530.357.5935.847.65
HexA5594E02E352382430
Octal2451311160566543104460
Binary101001011011001100111001011101101011000111000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5594E; }

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

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

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

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

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

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

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

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