#A34543

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

Shades of Roof Terracotta #A34543

Tints of Roof Terracotta #A34543

Color information

#A34543 (or 0xA34543) is unknown color: approx Roof Terracotta. HEX triplet: A3, 45 and 43. RGB value is (163,69,67). Sum of RGB (Red+Green+Blue) = 163+69+67=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A34543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34543 is #5CBABC. Grayscale: #606060. Windows color (decimal): -6077117 or 4408739. OLE color: 4408739.

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

Color convert

RGB1636967-
CMYK00.580.590.36
HSL1.25º41.74%45.1%-
HSV(B)1.25º58.9%63.92%-
XYZ18.2512.456.75-
YUV96.88111.14175.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=54.52%
G=23.08%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163696700.580.590.361.2541.7445.1
HexA3454303A3B2412a2d
Octal243105103072734415255
Binary101000111000101100001101110101110111001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34543; }

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

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

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

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

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

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

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

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