#A0443F

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

Shades of Roof Terracotta #A0443F

Tints of Roof Terracotta #A0443F

Color information

#A0443F (or 0xA0443F) is unknown color: approx Roof Terracotta. HEX triplet: A0, 44 and 3F. RGB value is (160,68,63). Sum of RGB (Red+Green+Blue) = 160+68+63=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0443F is #5FBBC0. Grayscale: #5F5F5F. Windows color (decimal): -6273985 or 4146336. OLE color: 4146336.

HSL color Cylindrical-coordinate representation of color #A0443F: hue angle of 3.09º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0443F is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1606863-
CMYK00.570.610.37
HSL3.09º43.5%43.73%-
HSV(B)3.09º60.62%62.75%-
XYZ17.4611.976.09-
YUV94.94109.98174.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 63 (25% from 255) = 21.65%
R=54.98%
G=23.37%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160686300.570.610.373.0943.543.73
HexA0443F0393D2532b2c
Octal24010477071754535354
Binary101000001000100111111011100111110110010111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0443F; }

 p { color: rgb(160,68,63); }

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

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

 a { background-color: rgb(160,68,63); }

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

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

 span { border-color: rgb(160,68,63); }

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