#AC483F

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

Shades of Roof Terracotta #AC483F

Tints of Roof Terracotta #AC483F

Color information

#AC483F (or 0xAC483F) is unknown color: approx Roof Terracotta. HEX triplet: AC, 48 and 3F. RGB value is (172,72,63). Sum of RGB (Red+Green+Blue) = 172+72+63=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC483F is #53B7C0. Grayscale: #656565. Windows color (decimal): -5486529 or 4147372. OLE color: 4147372.

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

Color convert

RGB1727263-
CMYK00.580.630.33
HSL4.95º46.38%46.08%-
HSV(B)4.95º63.37%67.45%-
XYZ20.2313.766.29-
YUV100.87106.63178.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 63 (25% from 255) = 20.52%
R=56.03%
G=23.45%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172726300.580.630.334.9546.3846.08
HexAC483F03A3F2152e2e
Octal25411077072774155656
Binary1010110010010001111110111010111111100001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC483F; }

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

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

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

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

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

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

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

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