#A14C46

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

Shades of Roof Terracotta #A14C46

Tints of Roof Terracotta #A14C46

Color information

#A14C46 (or 0xA14C46) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4C and 46. RGB value is (161,76,70). Sum of RGB (Red+Green+Blue) = 161+76+70=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C46 is #5EB3B9. Grayscale: #646464. Windows color (decimal): -6206394 or 4607137. OLE color: 4607137.

HSL color Cylindrical-coordinate representation of color #A14C46: hue angle of 3.96º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14C46 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1617670-
CMYK00.530.570.37
HSL3.96º39.39%45.29%-
HSV(B)3.96º56.52%63.14%-
XYZ18.3913.197.37-
YUV100.73110.66170.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=52.44%
G=24.76%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161767000.530.570.373.9639.3945.29
HexA14C4603539254272d
Octal241114106065714544755
Binary10100001100110010001100110101111001100101100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C46; }

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

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

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

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

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

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

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

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