#A34D47

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

Shades of Roof Terracotta #A34D47

Tints of Roof Terracotta #A34D47

Color information

#A34D47 (or 0xA34D47) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4D and 47. RGB value is (163,77,71). Sum of RGB (Red+Green+Blue) = 163+77+71=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D47 is #5CB2B8. Grayscale: #666666. Windows color (decimal): -6075065 or 4672931. OLE color: 4672931.

HSL color Cylindrical-coordinate representation of color #A34D47: hue angle of 3.91º 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 #A34D47 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1637771-
CMYK00.530.560.36
HSL3.91º39.32%45.88%-
HSV(B)3.91º56.44%63.92%-
XYZ18.913.557.58-
YUV102.03110.49171.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=52.41%
G=24.76%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163777100.530.560.363.9139.3245.88
HexA34D4703538244272e
Octal243115107065704444756
Binary10100011100110110001110110101111000100100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34D47; }

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

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

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

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

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

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

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

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