#A14B41

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

Shades of Roof Terracotta #A14B41

Tints of Roof Terracotta #A14B41

Color information

#A14B41 (or 0xA14B41) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4B and 41. RGB value is (161,75,65). Sum of RGB (Red+Green+Blue) = 161+75+65=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B41 is #5EB4BE. Grayscale: #636363. Windows color (decimal): -6206655 or 4279201. OLE color: 4279201.

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

Color convert

RGB1617565-
CMYK00.530.600.37
HSL6.25º42.48%44.31%-
HSV(B)6.25º59.63%63.14%-
XYZ18.1712.996.55-
YUV99.57108.49171.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=53.49%
G=24.92%
B=21.59%

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
Decimal161756500.530.600.376.2542.4844.31
HexA14B410353C2562a2c
Octal241113101065744565254
Binary10100001100101110000010110101111100100101110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B41; }

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

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

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

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

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

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

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

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