Html Css Color HEX #A0594D Crail

📋 copy color: '#A0594D'

red 160 ◦ green 89 ◦ blue 77

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

Shades of Crail #A0594D

Tints of Crail #A0594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 49.08%
G = 27.3%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0594D (or 0xA0594D) is known color: Crail. HEX triplet: A0, 59 and 4D. RGB value is (160,89,77). Sum of RGB (Red+Green+Blue) = 160+89+77=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0594D is #5FA6B2. Grayscale: #6C6C6C. Windows color (decimal): -6268595 or 5069216. OLE color: 5069216.

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

Color convert

RGB 160 89 77 -
CMYK 0 0.44 0.52 0.37
HSL 8.67º 0.35% 0.46% -
HSV(B) 8.67º 0.52% 0.63% -
XYZ 19.41 15.15 8.92 -
YUV 108.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 160 89 77 0 0.44 0.52 0.37 8.67 0.35 0.46
Hex A0 59 4D 0 2C 34 25 9 23 2E
Octal 240 131 115 0 54 64 45 11 43 56
Binary 10100000 1011001 1001101 0 101100 110100 100101 1001 100011 101110

Color Harmonies of #A0594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0594D

Black with #A0594D

Text Example


Text Example

White with #A0594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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