#A34A3D

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

Shades of Roof Terracotta #A34A3D

Tints of Roof Terracotta #A34A3D

Color information

#A34A3D (or 0xA34A3D) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4A and 3D. RGB value is (163,74,61). Sum of RGB (Red+Green+Blue) = 163+74+61=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A3D is #5CB5C2. Grayscale: #636363. Windows color (decimal): -6075843 or 4016803. OLE color: 4016803.

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

Color convert

RGB1637461-
CMYK00.550.630.36
HSL7.65º45.54%43.92%-
HSV(B)7.65º62.58%63.92%-
XYZ18.413.025.96-
YUV99.13106.49173.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=54.70%
G=24.83%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163746100.550.630.367.6545.5443.92
HexA34A3D0373F2482e2c
Octal243112750677744105654
Binary10100011100101011110101101111111111001001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A3D; }

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

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

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

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

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

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

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

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