#A34C40

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

Shades of Roof Terracotta #A34C40

Tints of Roof Terracotta #A34C40

Color information

#A34C40 (or 0xA34C40) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4C and 40. RGB value is (163,76,64). Sum of RGB (Red+Green+Blue) = 163+76+64=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C40 is #5CB3BF. Grayscale: #646464. Windows color (decimal): -6075328 or 4213923. OLE color: 4213923.

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

Color convert

RGB1637664-
CMYK00.530.610.36
HSL7.27º43.61%44.51%-
HSV(B)7.27º60.74%63.92%-
XYZ18.6113.336.44-
YUV100.64107.32172.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=53.80%
G=25.08%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163766400.530.610.367.2743.6144.51
HexA34C400353D2472c2d
Octal243114100065754475455
Binary10100011100110010000000110101111101100100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C40; }

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

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

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

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

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

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

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

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