Html Css Color HEX #A55432 Vesuvius

📋 copy color: '#A55432'

red 165 ◦ green 84 ◦ blue 50

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

Shades of Vesuvius #A55432

Tints of Vesuvius #A55432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 55.18%
G = 28.09%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A55432 (or 0xA55432) is known color: Vesuvius. HEX triplet: A5, 54 and 32. RGB value is (165,84,50). Sum of RGB (Red+Green+Blue) = 165+84+50=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A55432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55432 is #5AABCD. Grayscale: #686868. Windows color (decimal): -5942222 or 3298469. OLE color: 3298469.

HSL color Cylindrical-coordinate representation of color #A55432: hue angle of 17.74º 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 #A55432 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 50 -
CMYK 0 0.49 0.70 0.35
HSL 17.74º 0.53% 0.42% -
HSV(B) 17.74º 0.7% 0.65% -
XYZ 19.26 14.57 4.81 -
YUV 104.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 165 84 50 0 0.49 0.70 0.35 17.74 0.53 0.42
Hex A5 54 32 0 31 46 23 12 35 2A
Octal 245 124 62 0 61 106 43 22 65 52
Binary 10100101 1010100 110010 0 110001 1000110 100011 10010 110101 101010

Color Harmonies of #A55432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55432

Black with #A55432

Text Example


Text Example

White with #A55432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55432; }

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

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

background-color css

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

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

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

border-color css

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

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

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