Html Css Color HEX #AA5635 Vesuvius

📋 copy color: '#AA5635'

red 170 ◦ green 86 ◦ blue 53

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

Shades of Vesuvius #AA5635

Tints of Vesuvius #AA5635

RGB

 RED value IS 170 (66.8% from 255) = 55.02%

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 55.02%
G = 27.83%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA5635 (or 0xAA5635) is known color: Vesuvius. HEX triplet: AA, 56 and 35. RGB value is (170,86,53). Sum of RGB (Red+Green+Blue) = 170+86+53=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5635 is #55A9CA. Grayscale: #6B6B6B. Windows color (decimal): -5614027 or 3495594. OLE color: 3495594.

HSL color Cylindrical-coordinate representation of color #AA5635: hue angle of 16.92º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA5635 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 53 -
CMYK 0 0.49 0.69 0.33
HSL 16.92º 0.52% 0.44% -
HSV(B) 16.92º 0.69% 0.67% -
XYZ 20.55 15.46 5.27 -
YUV 107.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 170 86 53 0 0.49 0.69 0.33 16.92 0.52 0.44
Hex AA 56 35 0 31 45 21 11 34 2C
Octal 252 126 65 0 61 105 41 21 64 54
Binary 10101010 1010110 110101 0 110001 1000101 100001 10001 110100 101100

Color Harmonies of #AA5635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5635

Black with #AA5635

Text Example


Text Example

White with #AA5635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5635; }

 p { color: rgb(170,86,53); }

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

background-color css

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

 a { background-color: rgb(170,86,53); }

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

border-color css

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

 span { border-color: rgb(170,86,53); }

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