Html Css Color HEX #AA4949 Roof Terracotta

📋 copy color: '#AA4949'

red 170 ◦ green 73 ◦ blue 73

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

Shades of Roof Terracotta #AA4949

Tints of Roof Terracotta #AA4949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 53.8%
G = 23.1%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA4949 (or 0xAA4949) is known color: Roof Terracotta. HEX triplet: AA, 49 and 49. RGB value is (170,73,73). Sum of RGB (Red+Green+Blue) = 170+73+73=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4949 is #55B6B6. Grayscale: #666666. Windows color (decimal): -5617335 or 4802986. OLE color: 4802986.

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

Color convert

RGB 170 73 73 -
CMYK 0 0.57 0.57 0.33
HSL 0.4% 0.48% -
HSV(B) 0.57% 0.67% -
XYZ 20.16 13.79 7.9 -
YUV 102 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 170 73 73 0 0.57 0.57 0.33 0 0.4 0.48
Hex AA 49 49 0 39 39 21 0 28 30
Octal 252 111 111 0 71 71 41 0 50 60
Binary 10101010 1001001 1001001 0 111001 111001 100001 0 101000 110000

Color Harmonies of #AA4949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4949

Black with #AA4949

Text Example


Text Example

White with #AA4949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4949; }

 p { color: rgb(170,73,73); }

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

background-color css

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

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

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

border-color css

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

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

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