#a7413f

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

Shades of Roof Terracotta #A7413F

Tints of Roof Terracotta #A7413F

Color information

#A7413F (or 0xA7413F) is unknown color: approx Roof Terracotta. HEX triplet: A7, 41 and 3F. RGB value is (167,65,63). Sum of RGB (Red+Green+Blue) = 167+65+63=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A7413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7413F is #58BEC0. Grayscale: #5F5F5F. Windows color (decimal): -5816001 or 4145575. OLE color: 4145575.

HSL color Cylindrical-coordinate representation of color #A7413F: hue angle of 1.15º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7413F is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1676563-
CMYK00.610.620.35
HSL1.15º45.22%45.1%-
HSV(B)1.15º62.28%65.49%-
XYZ18.7212.356.1-
YUV95.27109.79179.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.61%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 63 (25% from 255) = 21.36%
R=56.61%
G=22.03%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167656300.610.620.351.1545.2245.1
HexA7413F03D3E2312d2d
Octal24710177075764315555
Binary10100111100000111111101111011111101000111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7413f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7413f; }

 p { color: rgb(167,65,63); }

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

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

 a { background-color: rgb(167,65,63); }

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

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

 span { border-color: rgb(167,65,63); }

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