#A6473F

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

Shades of Roof Terracotta #A6473F

Tints of Roof Terracotta #A6473F

Color information

#A6473F (or 0xA6473F) is unknown color: approx Roof Terracotta. HEX triplet: A6, 47 and 3F. RGB value is (166,71,63). Sum of RGB (Red+Green+Blue) = 166+71+63=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6473F is #59B8C0. Grayscale: #626262. Windows color (decimal): -5880001 or 4147110. OLE color: 4147110.

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

Color convert

RGB1667163-
CMYK00.570.620.35
HSL4.66º44.98%44.9%-
HSV(B)4.66º62.05%65.1%-
XYZ18.8812.976.21-
YUV98.49107.97176.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 63 (25% from 255) = 21%
R=55.33%
G=23.67%
B=21%

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
Decimal166716300.570.620.354.6644.9844.9
HexA6473F0393E2352d2d
Octal24610777071764355555
Binary1010011010001111111110111001111110100011101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6473F; }

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

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

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

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

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

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

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

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