Html Css Color HEX #AA5430 Vesuvius

📋 copy color: '#AA5430'

red 170 ◦ green 84 ◦ blue 48

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

Shades of Vesuvius #AA5430

Tints of Vesuvius #AA5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

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

R = 56.29%
G = 27.81%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA5430 (or 0xAA5430) is known color: Vesuvius. HEX triplet: AA, 54 and 30. RGB value is (170,84,48). Sum of RGB (Red+Green+Blue) = 170+84+48=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5430 is #55ABCF. Grayscale: #696969. Windows color (decimal): -5614544 or 3167402. OLE color: 3167402.

HSL color Cylindrical-coordinate representation of color #AA5430: hue angle of 17.7º 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 #AA5430 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 84 48 -
CMYK 0 0.51 0.72 0.33
HSL 17.7º 0.56% 0.43% -
HSV(B) 17.7º 0.72% 0.67% -
XYZ 20.28 15.1 4.64 -
YUV 105.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 170 84 48 0 0.51 0.72 0.33 17.7 0.56 0.43
Hex AA 54 30 0 33 48 21 12 38 2B
Octal 252 124 60 0 63 110 41 22 70 53
Binary 10101010 1010100 110000 0 110011 1001000 100001 10010 111000 101011

Color Harmonies of #AA5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5430

Black with #AA5430

Text Example


Text Example

White with #AA5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5430; }

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

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

background-color css

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

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

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

border-color css

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

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

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