Html Css Color HEX #AA5830 Vesuvius

📋 copy color: '#AA5830'

red 170 ◦ green 88 ◦ blue 48

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

Shades of Vesuvius #AA5830

Tints of Vesuvius #AA5830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 55.56%
G = 28.76%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA5830 (or 0xAA5830) is known color: Vesuvius. HEX triplet: AA, 58 and 30. RGB value is (170,88,48). Sum of RGB (Red+Green+Blue) = 170+88+48=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5830 is #55A7CF. Grayscale: #6C6C6C. Windows color (decimal): -5613520 or 3168426. OLE color: 3168426.

HSL color Cylindrical-coordinate representation of color #AA5830: hue angle of 19.67º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA5830 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 88 48 -
CMYK 0 0.48 0.72 0.33
HSL 19.67º 0.56% 0.43% -
HSV(B) 19.67º 0.72% 0.67% -
XYZ 20.6 15.74 4.75 -
YUV 107.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 170 88 48 0 0.48 0.72 0.33 19.67 0.56 0.43
Hex AA 58 30 0 30 48 21 14 38 2B
Octal 252 130 60 0 60 110 41 24 70 53
Binary 10101010 1011000 110000 0 110000 1001000 100001 10100 111000 101011

Color Harmonies of #AA5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5830

Black with #AA5830

Text Example


Text Example

White with #AA5830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5830; }

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

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

background-color css

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

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

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

border-color css

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

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

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