#AC4543

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

Shades of Roof Terracotta #AC4543

Tints of Roof Terracotta #AC4543

Color information

#AC4543 (or 0xAC4543) is unknown color: approx Roof Terracotta. HEX triplet: AC, 45 and 43. RGB value is (172,69,67). Sum of RGB (Red+Green+Blue) = 172+69+67=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4543 is #53BABC. Grayscale: #636363. Windows color (decimal): -5487293 or 4408748. OLE color: 4408748.

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

Color convert

RGB1726967-
CMYK00.600.610.33
HSL1.14º43.93%46.86%-
HSV(B)1.14º61.05%67.45%-
XYZ20.1513.436.84-
YUV99.57109.62179.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=55.84%
G=22.40%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172696700.600.610.331.1443.9346.86
HexAC454303C3D2112c2f
Octal254105103074754115457
Binary101011001000101100001101111001111011000011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4543; }

 p { color: rgb(172,69,67); }

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

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

 a { background-color: rgb(172,69,67); }

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

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

 span { border-color: rgb(172,69,67); }

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