Html Css Color HEX #AA5834 Vesuvius

📋 copy color: '#AA5834'

red 170 ◦ green 88 ◦ blue 52

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

Shades of Vesuvius #AA5834

Tints of Vesuvius #AA5834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 54.84%
G = 28.39%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA5834 (or 0xAA5834) is known color: Vesuvius. HEX triplet: AA, 58 and 34. RGB value is (170,88,52). Sum of RGB (Red+Green+Blue) = 170+88+52=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5834 is #55A7CB. Grayscale: #6C6C6C. Windows color (decimal): -5613516 or 3430570. OLE color: 3430570.

HSL color Cylindrical-coordinate representation of color #AA5834: hue angle of 18.31º degrees, saturation: 0.53, 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 #AA5834 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 88 52 -
CMYK 0 0.48 0.69 0.33
HSL 18.31º 0.53% 0.44% -
HSV(B) 18.31º 0.69% 0.67% -
XYZ 20.69 15.77 5.2 -
YUV 108.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 170 88 52 0 0.48 0.69 0.33 18.31 0.53 0.44
Hex AA 58 34 0 30 45 21 12 35 2C
Octal 252 130 64 0 60 105 41 22 65 54
Binary 10101010 1011000 110100 0 110000 1000101 100001 10010 110101 101100

Color Harmonies of #AA5834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5834

Black with #AA5834

Text Example


Text Example

White with #AA5834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5834; }

 p { color: rgb(170,88,52); }

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

background-color css

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

 a { background-color: rgb(170,88,52); }

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

border-color css

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

 span { border-color: rgb(170,88,52); }

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