#A73F3E

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

Shades of Roof Terracotta #A73F3E

Tints of Roof Terracotta #A73F3E

Color information

#A73F3E (or 0xA73F3E) is unknown color: approx Roof Terracotta. HEX triplet: A7, 3F and 3E. RGB value is (167,63,62). Sum of RGB (Red+Green+Blue) = 167+63+62=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73F3E is #58C0C1. Grayscale: #5E5E5E. Windows color (decimal): -5816514 or 4079527. OLE color: 4079527.

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

Color convert

RGB1676362-
CMYK00.620.630.35
HSL0.57º45.85%44.9%-
HSV(B)0.57º62.87%65.49%-
XYZ18.5812.125.92-
YUV93.98109.96180.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.19%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=57.19%
G=21.58%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167636200.620.630.350.5745.8544.9
HexA73F3E03E3F2312e2d
Octal2477776076774315655
Binary1010011111111111111001111101111111000111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73F3E; }

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

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

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

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

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

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

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

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