#A14D41

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

Shades of Roof Terracotta #A14D41

Tints of Roof Terracotta #A14D41

Color information

#A14D41 (or 0xA14D41) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4D and 41. RGB value is (161,77,65). Sum of RGB (Red+Green+Blue) = 161+77+65=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D41 is #5EB2BE. Grayscale: #646464. Windows color (decimal): -6206143 or 4279713. OLE color: 4279713.

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

Color convert

RGB1617765-
CMYK00.520.600.37
HSL7.5º42.48%44.31%-
HSV(B)7.5º59.63%63.14%-
XYZ18.3113.276.6-
YUV100.75107.83170.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=53.14%
G=25.41%
B=21.45%

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
Decimal161776500.520.600.377.542.4844.31
HexA14D410343C2582a2c
Octal2411151010647445105254
Binary101000011001101100000101101001111001001011000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D41; }

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

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

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

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

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

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

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

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