Html Css Color HEX #AA552D Red Stage

📋 copy color: '#AA552D'

red 170 ◦ green 85 ◦ blue 45

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

Shades of Red Stage #AA552D

Tints of Red Stage #AA552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 56.67%
G = 28.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA552D (or 0xAA552D) is known color: Red Stage. HEX triplet: AA, 55 and 2D. RGB value is (170,85,45). Sum of RGB (Red+Green+Blue) = 170+85+45=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA552D is #55AAD2. Grayscale: #6A6A6A. Windows color (decimal): -5614291 or 2971050. OLE color: 2971050.

HSL color Cylindrical-coordinate representation of color #AA552D: hue angle of 19.2º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA552D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 45 -
CMYK 0 0.50 0.74 0.33
HSL 19.2º 0.58% 0.42% -
HSV(B) 19.2º 0.74% 0.67% -
XYZ 20.3 15.23 4.35 -
YUV 105.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 170 85 45 0 0.50 0.74 0.33 19.2 0.58 0.42
Hex AA 55 2D 0 32 4A 21 13 3A 2A
Octal 252 125 55 0 62 112 41 23 72 52
Binary 10101010 1010101 101101 0 110010 1001010 100001 10011 111010 101010

Color Harmonies of #AA552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA552D

Black with #AA552D

Text Example


Text Example

White with #AA552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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