#AA4841

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

Shades of Roof Terracotta #AA4841

Tints of Roof Terracotta #AA4841

Color information

#AA4841 (or 0xAA4841) is unknown color: approx Roof Terracotta. HEX triplet: AA, 48 and 41. RGB value is (170,72,65). Sum of RGB (Red+Green+Blue) = 170+72+65=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4841 is #55B7BE. Grayscale: #646464. Windows color (decimal): -5617599 or 4278442. OLE color: 4278442.

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

Color convert

RGB1707265-
CMYK00.580.620.33
HSL44.68%46.08%-
HSV(B)61.76%66.67%-
XYZ19.8513.566.57-
YUV100.5107.97177.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=55.37%
G=23.45%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170726500.580.620.33444.6846.08
HexAA484103A3E2142d2e
Octal252110101072764145556
Binary10101010100100010000010111010111110100001100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4841; }

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

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

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

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

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

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

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

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