Html Css Color HEX #A5532F Vesuvius

📋 copy color: '#A5532F'

red 165 ◦ green 83 ◦ blue 47

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

Shades of Vesuvius #A5532F

Tints of Vesuvius #A5532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 55.93%
G = 28.14%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5532F (or 0xA5532F) is known color: Vesuvius. HEX triplet: A5, 53 and 2F. RGB value is (165,83,47). Sum of RGB (Red+Green+Blue) = 165+83+47=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5532F is #5AACD0. Grayscale: #676767. Windows color (decimal): -5942481 or 3101605. OLE color: 3101605.

HSL color Cylindrical-coordinate representation of color #A5532F: hue angle of 18.31º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5532F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 47 -
CMYK 0 0.50 0.72 0.35
HSL 18.31º 0.56% 0.42% -
HSV(B) 18.31º 0.72% 0.65% -
XYZ 19.12 14.39 4.46 -
YUV 103.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 165 83 47 0 0.50 0.72 0.35 18.31 0.56 0.42
Hex A5 53 2F 0 32 48 23 12 38 2A
Octal 245 123 57 0 62 110 43 22 70 52
Binary 10100101 1010011 101111 0 110010 1001000 100011 10010 111000 101010

Color Harmonies of #A5532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5532F

Black with #A5532F

Text Example


Text Example

White with #A5532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5532F; }

 p { color: rgb(165,83,47); }

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

background-color css

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

 a { background-color: rgb(165,83,47); }

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

border-color css

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

 span { border-color: rgb(165,83,47); }

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