#A34944

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

Shades of Roof Terracotta #A34944

Tints of Roof Terracotta #A34944

Color information

#A34944 (or 0xA34944) is unknown color: approx Roof Terracotta. HEX triplet: A3, 49 and 44. RGB value is (163,73,68). Sum of RGB (Red+Green+Blue) = 163+73+68=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A34944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34944 is #5CB6BB. Grayscale: #636363. Windows color (decimal): -6076092 or 4475299. OLE color: 4475299.

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

Color convert

RGB1637368-
CMYK00.550.580.36
HSL3.16º41.13%45.29%-
HSV(B)3.16º58.28%63.92%-
XYZ18.5312.977-
YUV99.34110.32173.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.62%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 68 (26.95% from 255) = 22.37%
R=53.62%
G=24.01%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163736800.550.580.363.1641.1345.29
HexA349440373A243292d
Octal243111104067724435155
Binary1010001110010011000100011011111101010010011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34944; }

 p { color: rgb(163,73,68); }

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

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

 a { background-color: rgb(163,73,68); }

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

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

 span { border-color: rgb(163,73,68); }

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