Html Css Color HEX #A5593A Vesuvius

📋 copy color: '#A5593A'

red 165 ◦ green 89 ◦ blue 58

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

Shades of Vesuvius #A5593A

Tints of Vesuvius #A5593A

RGB

 RED value IS 165 (64.84% from 255) = 52.88%

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 52.88%
G = 28.53%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5593A (or 0xA5593A) is known color: Vesuvius. HEX triplet: A5, 59 and 3A. RGB value is (165,89,58). Sum of RGB (Red+Green+Blue) = 165+89+58=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5593A is #5AA6C5. Grayscale: #6C6C6C. Windows color (decimal): -5940934 or 3824037. OLE color: 3824037.

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

Color convert

RGB 165 89 58 -
CMYK 0 0.46 0.65 0.35
HSL 17.38º 0.48% 0.44% -
HSV(B) 17.38º 0.65% 0.65% -
XYZ 19.85 15.45 5.94 -
YUV 108.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 165 89 58 0 0.46 0.65 0.35 17.38 0.48 0.44
Hex A5 59 3A 0 2E 41 23 11 30 2C
Octal 245 131 72 0 56 101 43 21 60 54
Binary 10100101 1011001 111010 0 101110 1000001 100011 10001 110000 101100

Color Harmonies of #A5593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5593A

Black with #A5593A

Text Example


Text Example

White with #A5593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5593A; }

 p { color: rgb(165,89,58); }

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

background-color css

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

 a { background-color: rgb(165,89,58); }

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

border-color css

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

 span { border-color: rgb(165,89,58); }

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