Html Css Color HEX #A55535 Vesuvius

📋 copy color: '#A55535'

red 165 ◦ green 85 ◦ blue 53

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

Shades of Vesuvius #A55535

Tints of Vesuvius #A55535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 54.46%
G = 28.05%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A55535 (or 0xA55535) is known color: Vesuvius. HEX triplet: A5, 55 and 35. RGB value is (165,85,53). Sum of RGB (Red+Green+Blue) = 165+85+53=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55535 is #5AAACA. Grayscale: #696969. Windows color (decimal): -5941963 or 3495333. OLE color: 3495333.

HSL color Cylindrical-coordinate representation of color #A55535: hue angle of 17.14º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A55535 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 85 53 -
CMYK 0 0.48 0.68 0.35
HSL 17.14º 0.51% 0.43% -
HSV(B) 17.14º 0.68% 0.65% -
XYZ 19.41 14.75 5.19 -
YUV 105.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 165 85 53 0 0.48 0.68 0.35 17.14 0.51 0.43
Hex A5 55 35 0 30 44 23 11 33 2B
Octal 245 125 65 0 60 104 43 21 63 53
Binary 10100101 1010101 110101 0 110000 1000100 100011 10001 110011 101011

Color Harmonies of #A55535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55535

Black with #A55535

Text Example


Text Example

White with #A55535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55535; }

 p { color: rgb(165,85,53); }

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

background-color css

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

 a { background-color: rgb(165,85,53); }

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

border-color css

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

 span { border-color: rgb(165,85,53); }

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