#a0423f

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

Shades of Roof Terracotta #A0423F

Tints of Roof Terracotta #A0423F

Color information

#A0423F (or 0xA0423F) is unknown color: approx Roof Terracotta. HEX triplet: A0, 42 and 3F. RGB value is (160,66,63). Sum of RGB (Red+Green+Blue) = 160+66+63=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0423F is #5FBDC0. Grayscale: #5D5D5D. Windows color (decimal): -6274497 or 4145824. OLE color: 4145824.

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

Color convert

RGB1606663-
CMYK00.590.610.37
HSL1.86º43.5%43.73%-
HSV(B)1.86º60.62%62.75%-
XYZ17.3411.736.05-
YUV93.76110.64175.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 63 (25% from 255) = 21.80%
R=55.36%
G=22.84%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160666300.590.610.371.8643.543.73
HexA0423F03B3D2522b2c
Octal24010277073754525354
Binary101000001000010111111011101111110110010110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0423f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0423f; }

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

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

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

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

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

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

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

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