Html Css Color HEX #A55A2E Vesuvius

📋 copy color: '#A55A2E'

red 165 ◦ green 90 ◦ blue 46

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

Shades of Vesuvius #A55A2E

Tints of Vesuvius #A55A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 54.82%
G = 29.9%
B = 15.28%

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

#A55A2E (or 0xA55A2E) is known color: Vesuvius. HEX triplet: A5, 5A and 2E. RGB value is (165,90,46). Sum of RGB (Red+Green+Blue) = 165+90+46=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A2E is #5AA5D1. Grayscale: #6B6B6B. Windows color (decimal): -5940690 or 3037861. OLE color: 3037861.

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

Color convert

RGB 165 90 46 -
CMYK 0 0.45 0.72 0.35
HSL 22.18º 0.56% 0.41% -
HSV(B) 22.18º 0.72% 0.65% -
XYZ 19.67 15.51 4.54 -
YUV 107.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 165 90 46 0 0.45 0.72 0.35 22.18 0.56 0.41
Hex A5 5A 2E 0 2D 48 23 16 38 29
Octal 245 132 56 0 55 110 43 26 70 51
Binary 10100101 1011010 101110 0 101101 1001000 100011 10110 111000 101001

Color Harmonies of #A55A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A2E

Black with #A55A2E

Text Example


Text Example

White with #A55A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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