#A8594A

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

Shades of Crail #A8594A

Tints of Crail #A8594A

Color information

#A8594A (or 0xA8594A) is unknown color: approx Crail. HEX triplet: A8, 59 and 4A. RGB value is (168,89,74). Sum of RGB (Red+Green+Blue) = 168+89+74=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8594A is #57A6B5. Grayscale: #6F6F6F. Windows color (decimal): -5744310 or 4872616. OLE color: 4872616.

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

Color convert

RGB1688974-
CMYK00.470.560.34
HSL9.57º38.84%47.45%-
HSV(B)9.57º55.95%65.88%-
XYZ20.9615.968.46-
YUV110.91107.17168.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=50.76%
G=26.89%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168897400.470.560.349.5738.8447.45
HexA8594A02F3822a272f
Octal2501311120577042124757
Binary101010001011001100101001011111110001000101010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8594A; }

 p { color: rgb(168,89,74); }

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

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

 a { background-color: rgb(168,89,74); }

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

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

 span { border-color: rgb(168,89,74); }

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