#AA4948

Color #AA4948 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #AA4948

Tints of Roof Terracotta #AA4948

Color information

#AA4948 (or 0xAA4948) is unknown color: approx Roof Terracotta. HEX triplet: AA, 49 and 48. RGB value is (170,73,72). Sum of RGB (Red+Green+Blue) = 170+73+72=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4948 is #55B6B7. Grayscale: #656565. Windows color (decimal): -5617336 or 4737450. OLE color: 4737450.

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

Color convert

RGB1707372-
CMYK00.570.580.33
HSL0.61º40.5%47.45%-
HSV(B)0.61º57.65%66.67%-
XYZ20.1313.787.73-
YUV101.89111.14176.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=53.97%
G=23.17%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170737200.570.580.330.6140.547.45
HexAA49480393A211282f
Octal252111110071724115057
Binary101010101001001100100001110011110101000011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4948; }

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

 H1.HeaderClassName
 {
   color: #AA4948;
 }
 .AnyTagClassName
 {
   color: #AA4948;
 }
</style>
background-color css

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

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

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

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

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

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