#A34E43

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

Shades of Roof Terracotta #A34E43

Tints of Roof Terracotta #A34E43

Color information

#A34E43 (or 0xA34E43) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4E and 43. RGB value is (163,78,67). Sum of RGB (Red+Green+Blue) = 163+78+67=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E43 is #5CB1BC. Grayscale: #666666. Windows color (decimal): -6074813 or 4411043. OLE color: 4411043.

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

Color convert

RGB1637867-
CMYK00.520.590.36
HSL6.88º41.74%45.1%-
HSV(B)6.88º58.9%63.92%-
XYZ18.8413.646.95-
YUV102.16108.16171.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=52.92%
G=25.32%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163786700.520.590.366.8841.7445.1
HexA34E430343B2472a2d
Octal243116103064734475255
Binary10100011100111010000110110100111011100100111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E43; }

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

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

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

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

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

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

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

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