#A34747

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

Shades of Roof Terracotta #A34747

Tints of Roof Terracotta #A34747

Color information

#A34747 (or 0xA34747) is unknown color: approx Roof Terracotta. HEX triplet: A3, 47 and 47. RGB value is (163,71,71). Sum of RGB (Red+Green+Blue) = 163+71+71=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A34747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34747 is #5CB8B8. Grayscale: #626262. Windows color (decimal): -6076601 or 4671395. OLE color: 4671395.

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

Color convert

RGB1637171-
CMYK00.560.560.36
HSL39.32%45.88%-
HSV(B)56.44%63.92%-
XYZ18.4912.757.45-
YUV98.51112.48174-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=53.44%
G=23.28%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163717100.560.560.36039.3245.88
HexA3474703838240272e
Octal243107107070704404756
Binary101000111000111100011101110001110001001000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34747; }

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

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

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

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

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

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

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

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