#A0433F

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

Shades of Roof Terracotta #A0433F

Tints of Roof Terracotta #A0433F

Color information

#A0433F (or 0xA0433F) is unknown color: approx Roof Terracotta. HEX triplet: A0, 43 and 3F. RGB value is (160,67,63). Sum of RGB (Red+Green+Blue) = 160+67+63=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0433F is #5FBCC0. Grayscale: #5E5E5E. Windows color (decimal): -6274241 or 4146080. OLE color: 4146080.

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

Color convert

RGB1606763-
CMYK00.580.610.37
HSL2.47º43.5%43.73%-
HSV(B)2.47º60.62%62.75%-
XYZ17.411.856.07-
YUV94.35110.31174.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.17%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 63 (25% from 255) = 21.72%
R=55.17%
G=23.10%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160676300.580.610.372.4743.543.73
HexA0433F03A3D2522b2c
Octal24010377072754525354
Binary101000001000011111111011101011110110010110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0433F; }

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

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

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

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

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

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

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

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