#A14D40

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

Shades of Roof Terracotta #A14D40

Tints of Roof Terracotta #A14D40

Color information

#A14D40 (or 0xA14D40) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4D and 40. RGB value is (161,77,64). Sum of RGB (Red+Green+Blue) = 161+77+64=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D40 is #5EB2BF. Grayscale: #646464. Windows color (decimal): -6206144 or 4214177. OLE color: 4214177.

HSL color Cylindrical-coordinate representation of color #A14D40: hue angle of 8.04º 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 #A14D40 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1617764-
CMYK00.520.600.37
HSL8.04º43.11%44.12%-
HSV(B)8.04º60.25%63.14%-
XYZ18.2813.256.45-
YUV100.63107.33171.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.31%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 64 (25.39% from 255) = 21.19%
R=53.31%
G=25.50%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161776400.520.600.378.0443.1144.12
HexA14D400343C2582b2c
Octal2411151000647445105354
Binary101000011001101100000001101001111001001011000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D40; }

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

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

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

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

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

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

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

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