Html Css Color HEX #A55634 Vesuvius

📋 copy color: '#A55634'

red 165 ◦ green 86 ◦ blue 52

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

Shades of Vesuvius #A55634

Tints of Vesuvius #A55634

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 54.46%
G = 28.38%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A55634 (or 0xA55634) is known color: Vesuvius. HEX triplet: A5, 56 and 34. RGB value is (165,86,52). Sum of RGB (Red+Green+Blue) = 165+86+52=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55634 is #5AA9CB. Grayscale: #696969. Windows color (decimal): -5941708 or 3430053. OLE color: 3430053.

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

Color convert

RGB 165 86 52 -
CMYK 0 0.48 0.68 0.35
HSL 18.05º 0.52% 0.43% -
HSV(B) 18.05º 0.68% 0.65% -
XYZ 19.46 14.9 5.1 -
YUV 105.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 165 86 52 0 0.48 0.68 0.35 18.05 0.52 0.43
Hex A5 56 34 0 30 44 23 12 34 2B
Octal 245 126 64 0 60 104 43 22 64 53
Binary 10100101 1010110 110100 0 110000 1000100 100011 10010 110100 101011

Color Harmonies of #A55634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55634

Black with #A55634

Text Example


Text Example

White with #A55634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55634; }

 p { color: rgb(165,86,52); }

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

background-color css

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

 a { background-color: rgb(165,86,52); }

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

border-color css

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

 span { border-color: rgb(165,86,52); }

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