Html Css Color HEX #A35535 Vesuvius

📋 copy color: '#A35535'

red 163 ◦ green 85 ◦ blue 53

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

Shades of Vesuvius #A35535

Tints of Vesuvius #A35535

RGB

 RED value IS 163 (64.06% from 255) = 54.15%

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

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

R = 54.15%
G = 28.24%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A35535 (or 0xA35535) is known color: Vesuvius. HEX triplet: A3, 55 and 35. RGB value is (163,85,53). Sum of RGB (Red+Green+Blue) = 163+85+53=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35535 is #5CAACA. Grayscale: #686868. Windows color (decimal): -6073035 or 3495331. OLE color: 3495331.

HSL color Cylindrical-coordinate representation of color #A35535: hue angle of 17.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A35535 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 53 -
CMYK 0 0.48 0.67 0.36
HSL 17.45º 0.51% 0.42% -
HSV(B) 17.45º 0.67% 0.64% -
XYZ 19 14.54 5.17 -
YUV 104.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 163 85 53 0 0.48 0.67 0.36 17.45 0.51 0.42
Hex A3 55 35 0 30 43 24 11 33 2A
Octal 243 125 65 0 60 103 44 21 63 52
Binary 10100011 1010101 110101 0 110000 1000011 100100 10001 110011 101010

Color Harmonies of #A35535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35535

Black with #A35535

Text Example


Text Example

White with #A35535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35535; }

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

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

background-color css

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

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

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

border-color css

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

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

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