#A14C40

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

Shades of Roof Terracotta #A14C40

Tints of Roof Terracotta #A14C40

Color information

#A14C40 (or 0xA14C40) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4C and 40. RGB value is (161,76,64). Sum of RGB (Red+Green+Blue) = 161+76+64=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C40 is #5EB3BF. Grayscale: #646464. Windows color (decimal): -6206400 or 4213921. OLE color: 4213921.

HSL color Cylindrical-coordinate representation of color #A14C40: hue angle of 7.42º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14C40 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1617664-
CMYK00.530.600.37
HSL7.42º43.11%44.12%-
HSV(B)7.42º60.25%63.14%-
XYZ18.2113.126.42-
YUV100.05107.66171.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=53.49%
G=25.25%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161766400.530.600.377.4243.1144.12
HexA14C400353C2572b2c
Octal241114100065744575354
Binary10100001100110010000000110101111100100101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C40; }

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

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

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

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

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

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

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

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