#A6473C

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

Shades of Roof Terracotta #A6473C

Tints of Roof Terracotta #A6473C

Color information

#A6473C (or 0xA6473C) is unknown color: approx Roof Terracotta. HEX triplet: A6, 47 and 3C. RGB value is (166,71,60). Sum of RGB (Red+Green+Blue) = 166+71+60=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6473C is #59B8C3. Grayscale: #626262. Windows color (decimal): -5880004 or 3950502. OLE color: 3950502.

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

Color convert

RGB1667160-
CMYK00.570.640.35
HSL6.23º46.9%44.31%-
HSV(B)6.23º63.86%65.1%-
XYZ18.7912.945.78-
YUV98.15106.47176.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=55.89%
G=23.91%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166716000.570.640.356.2346.944.31
HexA6473C039402362f2c
Octal246107740711004365754
Binary10100110100011111110001110011000000100011110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6473C; }

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

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

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

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

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

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

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

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