#A9594F

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

Shades of Crail #A9594F

Tints of Crail #A9594F

Color information

#A9594F (or 0xA9594F) is unknown color: approx Crail. HEX triplet: A9, 59 and 4F. RGB value is (169,89,79). Sum of RGB (Red+Green+Blue) = 169+89+79=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A9594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9594F is #56A6B0. Grayscale: #6F6F6F. Windows color (decimal): -5678769 or 5200297. OLE color: 5200297.

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

Color convert

RGB1698979-
CMYK00.470.530.34
HSL6.67º36.29%48.63%-
HSV(B)6.67º53.25%66.27%-
XYZ21.3516.149.39-
YUV111.78109.5168.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=50.15%
G=26.41%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169897900.470.530.346.6736.2948.63
HexA9594F02F352272431
Octal251131117057654274461
Binary10101001101100110011110101111110101100010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9594F; }

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

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

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

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

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

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

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

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