#A7473F

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

Shades of Roof Terracotta #A7473F

Tints of Roof Terracotta #A7473F

Color information

#A7473F (or 0xA7473F) is unknown color: approx Roof Terracotta. HEX triplet: A7, 47 and 3F. RGB value is (167,71,63). Sum of RGB (Red+Green+Blue) = 167+71+63=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A7473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7473F is #58B8C0. Grayscale: #626262. Windows color (decimal): -5814465 or 4147111. OLE color: 4147111.

HSL color Cylindrical-coordinate representation of color #A7473F: hue angle of 4.62º 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 #A7473F is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1677163-
CMYK00.570.620.35
HSL4.62º45.22%45.1%-
HSV(B)4.62º62.28%65.49%-
XYZ19.0913.086.22-
YUV98.79107.8176.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 63 (25% from 255) = 20.93%
R=55.48%
G=23.59%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167716300.570.620.354.6245.2245.1
HexA7473F0393E2352d2d
Octal24710777071764355555
Binary1010011110001111111110111001111110100011101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7473F; }

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

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

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

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

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

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

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

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