Html Css Color HEX #A0594E Crail

📋 copy color: '#A0594E'

red 160 ◦ green 89 ◦ blue 78

#A0594E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crail #A0594E

Tints of Crail #A0594E

RGB

 RED value IS 160 (62.89% from 255) = 48.93%

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 48.93%
G = 27.22%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0594E (or 0xA0594E) is known color: Crail. HEX triplet: A0, 59 and 4E. RGB value is (160,89,78). Sum of RGB (Red+Green+Blue) = 160+89+78=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0594E is #5FA6B1. Grayscale: #6D6D6D. Windows color (decimal): -6268594 or 5134752. OLE color: 5134752.

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

Color convert

RGB 160 89 78 -
CMYK 0 0.44 0.51 0.37
HSL 8.05º 0.34% 0.47% -
HSV(B) 8.05º 0.51% 0.63% -
XYZ 19.44 15.17 9.11 -
YUV 108.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 160 89 78 0 0.44 0.51 0.37 8.05 0.34 0.47
Hex A0 59 4E 0 2C 33 25 8 22 2F
Octal 240 131 116 0 54 63 45 10 42 57
Binary 10100000 1011001 1001110 0 101100 110011 100101 1000 100010 101111

Color Harmonies of #A0594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0594E

Black with #A0594E

Text Example


Text Example

White with #A0594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0594E; }

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

 H1.HeaderClassName
 {
   color: #A0594E;
 }
 .AnyTagClassName
 {
   color: #A0594E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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