Html Css Color HEX #A55232 Vesuvius

📋 copy color: '#A55232'

red 165 ◦ green 82 ◦ blue 50

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

Shades of Vesuvius #A55232

Tints of Vesuvius #A55232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 55.56%
G = 27.61%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A55232 (or 0xA55232) is known color: Vesuvius. HEX triplet: A5, 52 and 32. RGB value is (165,82,50). Sum of RGB (Red+Green+Blue) = 165+82+50=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A55232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55232 is #5AADCD. Grayscale: #676767. Windows color (decimal): -5942734 or 3297957. OLE color: 3297957.

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

Color convert

RGB 165 82 50 -
CMYK 0 0.50 0.70 0.35
HSL 16.7º 0.53% 0.42% -
HSV(B) 16.7º 0.7% 0.65% -
XYZ 19.11 14.26 4.76 -
YUV 103.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 165 82 50 0 0.50 0.70 0.35 16.7 0.53 0.42
Hex A5 52 32 0 32 46 23 11 35 2A
Octal 245 122 62 0 62 106 43 21 65 52
Binary 10100101 1010010 110010 0 110010 1000110 100011 10001 110101 101010

Color Harmonies of #A55232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55232

Black with #A55232

Text Example


Text Example

White with #A55232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55232; }

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

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

background-color css

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

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

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

border-color css

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

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

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