#A9594E

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

Shades of Crail #A9594E

Tints of Crail #A9594E

Color information

#A9594E (or 0xA9594E) is unknown color: approx Crail. HEX triplet: A9, 59 and 4E. RGB value is (169,89,78). Sum of RGB (Red+Green+Blue) = 169+89+78=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A9594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9594E is #56A6B1. Grayscale: #6F6F6F. Windows color (decimal): -5678770 or 5134761. OLE color: 5134761.

HSL color Cylindrical-coordinate representation of color #A9594E: hue angle of 7.25º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9594E is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1698978-
CMYK00.470.540.34
HSL7.25º36.84%48.43%-
HSV(B)7.25º53.85%66.27%-
XYZ21.3116.139.2-
YUV111.67109168.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=50.30%
G=26.49%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169897800.470.540.347.2536.8448.43
HexA9594E02F362272530
Octal251131116057664274560
Binary10101001101100110011100101111110110100010111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9594E; }

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

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

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

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

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

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

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

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