#A5594D

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

Shades of Crail #A5594D

Tints of Crail #A5594D

Color information

#A5594D (or 0xA5594D) is unknown color: approx Crail. HEX triplet: A5, 59 and 4D. RGB value is (165,89,77). Sum of RGB (Red+Green+Blue) = 165+89+77=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5594D is #5AA6B2. Grayscale: #6E6E6E. Windows color (decimal): -5940915 or 5069221. OLE color: 5069221.

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

Color convert

RGB1658977-
CMYK00.460.530.35
HSL8.18º36.36%47.45%-
HSV(B)8.18º53.33%64.71%-
XYZ20.4315.688.97-
YUV110.36109.18166.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=49.85%
G=26.89%
B=23.26%

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
Decimal165897700.460.530.358.1836.3647.45
HexA5594D02E35238242f
Octal2451311150566543104457
Binary101001011011001100110101011101101011000111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5594D; }

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

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

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

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

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

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

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

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