#A7403E

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

Shades of Roof Terracotta #A7403E

Tints of Roof Terracotta #A7403E

Color information

#A7403E (or 0xA7403E) is unknown color: approx Roof Terracotta. HEX triplet: A7, 40 and 3E. RGB value is (167,64,62). Sum of RGB (Red+Green+Blue) = 167+64+62=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A7403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7403E is #58BFC1. Grayscale: #5E5E5E. Windows color (decimal): -5816258 or 4079783. OLE color: 4079783.

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

Color convert

RGB1676462-
CMYK00.620.630.35
HSL1.14º45.85%44.9%-
HSV(B)1.14º62.87%65.49%-
XYZ18.6412.235.94-
YUV94.57109.62179.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.00%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=57.00%
G=21.84%
B=21.16%

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
Decimal167646200.620.630.351.1445.8544.9
HexA7403E03E3F2312e2d
Octal24710076076774315655
Binary10100111100000011111001111101111111000111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7403E; }

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

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

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

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

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

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

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

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