#A34A45

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

Shades of Roof Terracotta #A34A45

Tints of Roof Terracotta #A34A45

Color information

#A34A45 (or 0xA34A45) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4A and 45. RGB value is (163,74,69). Sum of RGB (Red+Green+Blue) = 163+74+69=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A45 is #5CB5BA. Grayscale: #646464. Windows color (decimal): -6075835 or 4541091. OLE color: 4541091.

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

Color convert

RGB1637469-
CMYK00.550.580.36
HSL3.19º40.52%45.49%-
HSV(B)3.19º57.67%63.92%-
XYZ18.6313.117.18-
YUV100.04110.49172.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=53.27%
G=24.18%
B=22.55%

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
Decimal163746900.550.580.363.1940.5245.49
HexA34A450373A243292d
Octal243112105067724435155
Binary1010001110010101000101011011111101010010011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A45; }

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

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

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

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

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

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

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

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