#A34743

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

Shades of Roof Terracotta #A34743

Tints of Roof Terracotta #A34743

Color information

#A34743 (or 0xA34743) is unknown color: approx Roof Terracotta. HEX triplet: A3, 47 and 43. RGB value is (163,71,67). Sum of RGB (Red+Green+Blue) = 163+71+67=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A34743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34743 is #5CB8BC. Grayscale: #626262. Windows color (decimal): -6076605 or 4409251. OLE color: 4409251.

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

Color convert

RGB1637167-
CMYK00.560.590.36
HSL2.5º41.74%45.1%-
HSV(B)2.5º58.9%63.92%-
XYZ18.3712.76.79-
YUV98.05110.48174.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 67 (26.56% from 255) = 22.26%
R=54.15%
G=23.59%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163716700.560.590.362.541.7445.1
HexA347430383B2432a2d
Octal243107103070734435255
Binary1010001110001111000011011100011101110010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34743; }

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

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

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

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

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

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

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

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