#AC4341

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

Shades of Roof Terracotta #AC4341

Tints of Roof Terracotta #AC4341

Color information

#AC4341 (or 0xAC4341) is unknown color: approx Roof Terracotta. HEX triplet: AC, 43 and 41. RGB value is (172,67,65). Sum of RGB (Red+Green+Blue) = 172+67+65=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4341 is #53BCBE. Grayscale: #626262. Windows color (decimal): -5487807 or 4277164. OLE color: 4277164.

HSL color Cylindrical-coordinate representation of color #AC4341: hue angle of 1.12º 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 #AC4341 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1726765-
CMYK00.610.620.33
HSL1.12º45.15%46.47%-
HSV(B)1.12º62.21%67.45%-
XYZ19.9713.176.49-
YUV98.17109.29180.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.58%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=56.58%
G=22.04%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172676500.610.620.331.1245.1546.47
HexAC434103D3E2112d2e
Octal254103101075764115556
Binary101011001000011100000101111011111101000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4341; }

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

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

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

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

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

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

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

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