Html Css Color HEX #A55832 Vesuvius

📋 copy color: '#A55832'

red 165 ◦ green 88 ◦ blue 50

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

Shades of Vesuvius #A55832

Tints of Vesuvius #A55832

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 54.46%
G = 29.04%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A55832 (or 0xA55832) is known color: Vesuvius. HEX triplet: A5, 58 and 32. RGB value is (165,88,50). Sum of RGB (Red+Green+Blue) = 165+88+50=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55832 is #5AA7CD. Grayscale: #6A6A6A. Windows color (decimal): -5941198 or 3299493. OLE color: 3299493.

HSL color Cylindrical-coordinate representation of color #A55832: hue angle of 19.83º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A55832 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 50 -
CMYK 0 0.47 0.70 0.35
HSL 19.83º 0.53% 0.42% -
HSV(B) 19.83º 0.7% 0.65% -
XYZ 19.58 15.21 4.92 -
YUV 106.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 165 88 50 0 0.47 0.70 0.35 19.83 0.53 0.42
Hex A5 58 32 0 2F 46 23 14 35 2A
Octal 245 130 62 0 57 106 43 24 65 52
Binary 10100101 1011000 110010 0 101111 1000110 100011 10100 110101 101010

Color Harmonies of #A55832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55832

Black with #A55832

Text Example


Text Example

White with #A55832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55832; }

 p { color: rgb(165,88,50); }

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

background-color css

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

 a { background-color: rgb(165,88,50); }

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

border-color css

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

 span { border-color: rgb(165,88,50); }

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