Html Css Color HEX #A55A2F Vesuvius

📋 copy color: '#A55A2F'

red 165 ◦ green 90 ◦ blue 47

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

Shades of Vesuvius #A55A2F

Tints of Vesuvius #A55A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.8%

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

R = 54.64%
G = 29.8%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A55A2F (or 0xA55A2F) is known color: Vesuvius. HEX triplet: A5, 5A and 2F. RGB value is (165,90,47). Sum of RGB (Red+Green+Blue) = 165+90+47=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A2F is #5AA5D0. Grayscale: #6B6B6B. Windows color (decimal): -5940689 or 3103397. OLE color: 3103397.

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

Color convert

RGB 165 90 47 -
CMYK 0 0.45 0.72 0.35
HSL 21.86º 0.56% 0.42% -
HSV(B) 21.86º 0.72% 0.65% -
XYZ 19.69 15.52 4.65 -
YUV 107.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 165 90 47 0 0.45 0.72 0.35 21.86 0.56 0.42
Hex A5 5A 2F 0 2D 48 23 16 38 2A
Octal 245 132 57 0 55 110 43 26 70 52
Binary 10100101 1011010 101111 0 101101 1001000 100011 10110 111000 101010

Color Harmonies of #A55A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A2F

Black with #A55A2F

Text Example


Text Example

White with #A55A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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