Html Css Color HEX #AA552F Vesuvius

📋 copy color: '#AA552F'

red 170 ◦ green 85 ◦ blue 47

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

Shades of Vesuvius #AA552F

Tints of Vesuvius #AA552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 56.29%
G = 28.15%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA552F (or 0xAA552F) is known color: Vesuvius. HEX triplet: AA, 55 and 2F. RGB value is (170,85,47). Sum of RGB (Red+Green+Blue) = 170+85+47=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA552F is #55AAD0. Grayscale: #6A6A6A. Windows color (decimal): -5614289 or 3102122. OLE color: 3102122.

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

Color convert

RGB 170 85 47 -
CMYK 0 0.50 0.72 0.33
HSL 18.54º 0.57% 0.43% -
HSV(B) 18.54º 0.72% 0.67% -
XYZ 20.34 15.25 4.56 -
YUV 106.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 170 85 47 0 0.50 0.72 0.33 18.54 0.57 0.43
Hex AA 55 2F 0 32 48 21 13 39 2B
Octal 252 125 57 0 62 110 41 23 71 53
Binary 10101010 1010101 101111 0 110010 1001000 100001 10011 111001 101011

Color Harmonies of #AA552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA552F

Black with #AA552F

Text Example


Text Example

White with #AA552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA552F; }

 p { color: rgb(170,85,47); }

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

background-color css

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

 a { background-color: rgb(170,85,47); }

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

border-color css

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

 span { border-color: rgb(170,85,47); }

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