Html Css Color HEX #A35534 Vesuvius

📋 copy color: '#A35534'

red 163 ◦ green 85 ◦ blue 52

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

Shades of Vesuvius #A35534

Tints of Vesuvius #A35534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 54.33%
G = 28.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A35534 (or 0xA35534) is known color: Vesuvius. HEX triplet: A3, 55 and 34. RGB value is (163,85,52). Sum of RGB (Red+Green+Blue) = 163+85+52=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A35534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35534 is #5CAACB. Grayscale: #686868. Windows color (decimal): -6073036 or 3429795. OLE color: 3429795.

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

Color convert

RGB 163 85 52 -
CMYK 0 0.48 0.68 0.36
HSL 17.84º 0.52% 0.42% -
HSV(B) 17.84º 0.68% 0.64% -
XYZ 18.97 14.53 5.05 -
YUV 104.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 163 85 52 0 0.48 0.68 0.36 17.84 0.52 0.42
Hex A3 55 34 0 30 44 24 12 34 2A
Octal 243 125 64 0 60 104 44 22 64 52
Binary 10100011 1010101 110100 0 110000 1000100 100100 10010 110100 101010

Color Harmonies of #A35534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35534

Black with #A35534

Text Example


Text Example

White with #A35534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35534; }

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

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

background-color css

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

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

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

border-color css

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

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

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