#A34843

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

Shades of Roof Terracotta #A34843

Tints of Roof Terracotta #A34843

Color information

#A34843 (or 0xA34843) is unknown color: approx Roof Terracotta. HEX triplet: A3, 48 and 43. RGB value is (163,72,67). Sum of RGB (Red+Green+Blue) = 163+72+67=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34843 is #5CB7BC. Grayscale: #626262. Windows color (decimal): -6076349 or 4409507. OLE color: 4409507.

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

Color convert

RGB1637267-
CMYK00.560.590.36
HSL3.13º41.74%45.1%-
HSV(B)3.13º58.9%63.92%-
XYZ18.4312.836.81-
YUV98.64110.15173.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 67 (26.56% from 255) = 22.19%
R=53.97%
G=23.84%
B=22.19%

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
Decimal163726700.560.590.363.1341.7445.1
HexA348430383B2432a2d
Octal243110103070734435255
Binary1010001110010001000011011100011101110010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34843; }

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

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

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

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

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

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

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

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