#A7473E

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

Shades of Roof Terracotta #A7473E

Tints of Roof Terracotta #A7473E

Color information

#A7473E (or 0xA7473E) is unknown color: approx Roof Terracotta. HEX triplet: A7, 47 and 3E. RGB value is (167,71,62). Sum of RGB (Red+Green+Blue) = 167+71+62=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A7473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7473E is #58B8C1. Grayscale: #626262. Windows color (decimal): -5814466 or 4081575. OLE color: 4081575.

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

Color convert

RGB1677162-
CMYK00.570.630.35
HSL5.14º45.85%44.9%-
HSV(B)5.14º62.87%65.49%-
XYZ19.0613.076.08-
YUV98.68107.3176.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.67%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=55.67%
G=23.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167716200.570.630.355.1445.8544.9
HexA7473E0393F2352e2d
Octal24710776071774355655
Binary1010011110001111111100111001111111100011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7473E; }

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

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

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

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

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

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

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

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