#AC4844

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

Shades of Roof Terracotta #AC4844

Tints of Roof Terracotta #AC4844

Color information

#AC4844 (or 0xAC4844) is unknown color: approx Roof Terracotta. HEX triplet: AC, 48 and 44. RGB value is (172,72,68). Sum of RGB (Red+Green+Blue) = 172+72+68=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4844 is #53B7BB. Grayscale: #656565. Windows color (decimal): -5486524 or 4475052. OLE color: 4475052.

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

Color convert

RGB1727268-
CMYK00.580.600.33
HSL2.31º43.33%47.06%-
HSV(B)2.31º60.47%67.45%-
XYZ20.3713.827.06-
YUV101.44109.13178.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.13%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=55.13%
G=23.08%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172726800.580.600.332.3143.3347.06
HexAC484403A3C2122b2f
Octal254110104072744125357
Binary1010110010010001000100011101011110010000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4844; }

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

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

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

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

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

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

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

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