#AC4847

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

Shades of Roof Terracotta #AC4847

Tints of Roof Terracotta #AC4847

Color information

#AC4847 (or 0xAC4847) is unknown color: approx Roof Terracotta. HEX triplet: AC, 48 and 47. RGB value is (172,72,71). Sum of RGB (Red+Green+Blue) = 172+72+71=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4847 is #53B7B8. Grayscale: #656565. Windows color (decimal): -5486521 or 4671660. OLE color: 4671660.

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

Color convert

RGB1727271-
CMYK00.580.590.33
HSL0.59º41.56%47.65%-
HSV(B)0.59º58.72%67.45%-
XYZ20.4713.867.56-
YUV101.79110.63178.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=54.60%
G=22.86%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172727100.580.590.330.5941.5647.65
HexAC484703A3B2112a30
Octal254110107072734115260
Binary101011001001000100011101110101110111000011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4847; }

 p { color: rgb(172,72,71); }

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

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

 a { background-color: rgb(172,72,71); }

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

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

 span { border-color: rgb(172,72,71); }

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