#A3473C

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

Shades of Roof Terracotta #A3473C

Tints of Roof Terracotta #A3473C

Color information

#A3473C (or 0xA3473C) is unknown color: approx Roof Terracotta. HEX triplet: A3, 47 and 3C. RGB value is (163,71,60). Sum of RGB (Red+Green+Blue) = 163+71+60=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3473C is #5CB8C3. Grayscale: #616161. Windows color (decimal): -6076612 or 3950499. OLE color: 3950499.

HSL color Cylindrical-coordinate representation of color #A3473C: hue angle of 6.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3473C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1637160-
CMYK00.560.630.36
HSL6.41º46.19%43.73%-
HSV(B)6.41º63.19%63.92%-
XYZ18.1712.625.75-
YUV97.25106.98174.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=55.44%
G=24.15%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163716000.560.630.366.4146.1943.73
HexA3473C0383F2462e2c
Octal24310774070774465654
Binary1010001110001111111000111000111111100100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3473C; }

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

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

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

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

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

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

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

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