#A34140

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

Shades of Roof Terracotta #A34140

Tints of Roof Terracotta #A34140

Color information

#A34140 (or 0xA34140) is unknown color: approx Roof Terracotta. HEX triplet: A3, 41 and 40. RGB value is (163,65,64). Sum of RGB (Red+Green+Blue) = 163+65+64=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A34140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34140 is #5CBEBF. Grayscale: #5E5E5E. Windows color (decimal): -6078144 or 4211107. OLE color: 4211107.

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

Color convert

RGB1636564-
CMYK00.600.610.36
HSL0.61º43.61%44.51%-
HSV(B)0.61º60.74%63.92%-
XYZ17.9211.946.21-
YUV94.19110.97177.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=55.82%
G=22.26%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163656400.600.610.360.6143.6144.51
HexA3414003C3D2412c2d
Octal243101100074754415455
Binary101000111000001100000001111001111011001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34140; }

 p { color: rgb(163,65,64); }

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

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

 a { background-color: rgb(163,65,64); }

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

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

 span { border-color: rgb(163,65,64); }

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