Html Css Color HEX #AA5A38 Vesuvius

📋 copy color: '#AA5A38'

red 170 ◦ green 90 ◦ blue 56

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

Shades of Vesuvius #AA5A38

Tints of Vesuvius #AA5A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

 BLUE value IS 56 (22.27% from 255) = 17.72%

R = 53.8%
G = 28.48%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA5A38 (or 0xAA5A38) is known color: Vesuvius. HEX triplet: AA, 5A and 38. RGB value is (170,90,56). Sum of RGB (Red+Green+Blue) = 170+90+56=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A38 is #55A5C7. Grayscale: #6E6E6E. Windows color (decimal): -5613000 or 3693226. OLE color: 3693226.

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

Color convert

RGB 170 90 56 -
CMYK 0 0.47 0.67 0.33
HSL 17.89º 0.5% 0.44% -
HSV(B) 17.89º 0.67% 0.67% -
XYZ 20.95 16.14 5.75 -
YUV 110.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 170 90 56 0 0.47 0.67 0.33 17.89 0.5 0.44
Hex AA 5A 38 0 2F 43 21 12 32 2C
Octal 252 132 70 0 57 103 41 22 62 54
Binary 10101010 1011010 111000 0 101111 1000011 100001 10010 110010 101100

Color Harmonies of #AA5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A38

Black with #AA5A38

Text Example


Text Example

White with #AA5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A38; }

 p { color: rgb(170,90,56); }

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

background-color css

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

 a { background-color: rgb(170,90,56); }

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

border-color css

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

 span { border-color: rgb(170,90,56); }

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