#AC4140

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

Shades of Roof Terracotta #AC4140

Tints of Roof Terracotta #AC4140

Color information

#AC4140 (or 0xAC4140) is unknown color: approx Roof Terracotta. HEX triplet: AC, 41 and 40. RGB value is (172,65,64). Sum of RGB (Red+Green+Blue) = 172+65+64=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4140 is #53BEBF. Grayscale: #606060. Windows color (decimal): -5488320 or 4211116. OLE color: 4211116.

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

Color convert

RGB1726564-
CMYK00.620.630.33
HSL0.56º45.76%46.27%-
HSV(B)0.56º62.79%67.45%-
XYZ19.8312.926.3-
YUV96.88109.45181.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=57.14%
G=21.59%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172656400.620.630.330.5645.7646.27
HexAC414003E3F2112e2e
Octal254101100076774115656
Binary101011001000001100000001111101111111000011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4140; }

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

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

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

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

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

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

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

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